ksch10bob commented on issue #695: URL: https://github.com/apache/cordova-android/issues/695#issuecomment-643270137
@breautek i can only speak for android Versions from 5.xx case 1 : no or an empty accept attribute is specified. Works like intended, you get the fully featured file picker case 2 : your specify an accept attribute on the input tag that contains at least 2 entries try ```<input type="file" accept="application/pdf, image/jpeg" />``` in your minimal cordova repo ## expected you can choose jpegs and pdfs ## actually you can only choose pdfs ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
