You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a problem of filters on iOS 11 safari.
plupload version: 2.3.6
iOS version: 11.1
When I set the filter like the following:
filters: {
mime_types : 'image/*'
},
plupload will generate html mark up like
<input id="html5_xxxxxxxxxxxx" type="file" style="font-size: 999px; opacity: 0; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;" accept=".bmp,.gif,.jpg,.jpeg,.jpe,.psd,.png,.svg,.svgz,.tiff,.tif" tabindex="-1">
but iOS11 safari will ignore the ACCPET attribute and pop up a menu which can also select VIDEO.
If I set the accept="image/*" manually by jQuery in Init event , the menu will show photo option only (which is what I need) but plupload not working instead.
How can I do?
The text was updated successfully, but these errors were encountered:
Hello, I have a problem of filters on iOS 11 safari.
plupload version: 2.3.6
iOS version: 11.1
When I set the filter like the following:
filters: {
mime_types : 'image/*'
},
plupload will generate html mark up like
<input id="html5_xxxxxxxxxxxx" type="file" style="font-size: 999px; opacity: 0; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;" accept=".bmp,.gif,.jpg,.jpeg,.jpe,.psd,.png,.svg,.svgz,.tiff,.tif" tabindex="-1">
but iOS11 safari will ignore the ACCPET attribute and pop up a menu which can also select VIDEO.
If I set the accept="image/*" manually by jQuery in Init event , the menu will show photo option only (which is what I need) but plupload not working instead.
How can I do?
The text was updated successfully, but these errors were encountered: