Page 1 of 1

File Upload Triggers Camera in IOS

Posted: Fri Sep 15, 2017 9:30 am
by Deon

Using the File Upload Input with Multple Files Upload Helper triggers a diaglog on Iphones asking if you want to upload from gallary or take a picture with the camera. When taking a picture with the camera the app dies.

How do you prevent the Iphone dialog to ask if you want to take a picture with the camera?
Thanks


File Upload Triggers Camera in IOS

Posted: Sun Sep 17, 2017 8:51 pm
by Illya Stepanov

Hello -

This function invokes upload service and uses HTML5 File web API as a parameters from Input component -- on different platforms it triggers standard dialog for choosing the source for uploading files, I'm not sure that it can be changed in hybrid apps.


File Upload Triggers Camera in IOS

Posted: Mon Oct 23, 2017 3:38 pm
by Deon

So what you are saying. There is no solution.


File Upload Triggers Camera in IOS

Posted: Fri Oct 27, 2017 8:54 am
by Serhii Kulibaba

Please try to debug your app remotely using Weinre debugger (https://docs.appery.io/docs/weinre-de...).

Please check if there are any errors in the Weinre console.

What devices do you use for that? What project type (JQM/Ionic) and libraries version do you use there?