Software Archive
Read-only legacy content
17060 Discussões

Unable to upload files InAppBrowser

prabhu_kumar_T_
Principiante
1.496 Visualizações

Hi All ,

I am calling a website in my mobile app using cordova InAppBrowser plugin.

unable to upload files , working fine in website and not working from mobile app

do i miss any thing ?

Please suggest and help.

Thanks in advance.

0 Kudos
1 Responder
PaulF_IntelCorp
Funcionário
1.496 Visualizações

When you are in the inAppBrowser plugin you cannot use any of the other Cordova plugins, because that plugin is a way to provide external web viewing. See the previous post for some more background -- you are NOT writing code in a browser, you are writing code in an HTML5 interpreter known as a "webview." Please search the web for articles regarding "how does a Cordova PhoneGap app differ from a browser web app" or something like that for more background on the differences between a web app that runs in a browser and a web app that runs in a Cordova webview.

Responder