InAppBrowser - can't use <input type="file">?

Hello. I am using an InAppBrowser (cordova plugin) to show a web form with an HTML file upload input.
On both Android and iOS when I click the “Choose file” button the file system browser does not open.

Any workaround for this?

Thanks.

You hace to use ng-cordoba with the camera plugin to get upload images or filetransfer to upload other files.
There are some tutorials about that:



If you need upload photos I can give you the code later.
Good luck

Unfortunately there is no useful workaround for inappbrowser file uploads. I spent a long time looking for one…

1 Like

Hey, thanks for the reply.
If using FileTransfer, can I not upload images with it?
(on both iOS and Android)