breautek commented on issue #695:
URL: https://github.com/apache/cordova-android/issues/695#issuecomment-643551119


   Thank you @ksch10bob I've confirmed the issue using your information.
   
   I tried the following:
   * `<input type="file" accept="application/pdf, image/jpeg" />`
   * `<input type="file" accept="application/pdf, image/jpg" />`
   * `<input type="file" accept="image/jpeg" />`
   * `<input type="file" accept="image/*" />`
   
   Each of these cases I've observed that jpg were not selectable, when they 
were expected to be.
   
   I've also pulled down the PR #971 (not sure if it implements the same 
solution provided in this issue) and confirmed that the PR does address the 
problem :+1: 


----------------------------------------------------------------
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]

Reply via email to