the issue is this, When you use the HTML file input type , all/most mobile browsers offer you the choice to Take a picture or Select from a gallery
On the i-Pad this is shown as • Take Photo Or video • Photo Library
If you click on Photo Library it gives you an option to • Load from the gallery.
When using the jQuery-File-Upload (that offers multiple files uploads and drag & drop etc) , on the I-pad it skips the first step and goes straight to Load from Gallery . This is a major problem for us .
Using the official demo of the libraries we use https://blueimp.github.io/jQuery-File-Upload/ this behaves in the same way, so I have to assume our implementation is correct
Note: • This also does not work when using Chrome on an i-Phone • This does seem to work as expected on Android devices
Any ideas gratefully received ..