[ 
https://issues.apache.org/jira/browse/CB-2627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15228919#comment-15228919
 ] 

Amrit Kahlon commented on CB-2627:
----------------------------------

I can confirm that this bug still exists on
Android 6.0.1
Cordova 6.1.1
Cordova Android 5.1.1

<input type="file" accept="image/*;capture=camera">

If you click this on chrome for android, it will give you the choice, camera, 
file list etc. If you click this when the same code is wrapped in a cordova 
wrapper, you can only select from library. I think the priority should be 
raised on this bug since I'm sure other people are using the same codebase for 
the web and apps as I am. Using the camera plugin in this case is not an option.


> HTML File Input should support accept/source attributes
> -------------------------------------------------------
>
>                 Key: CB-2627
>                 URL: https://issues.apache.org/jira/browse/CB-2627
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Android
>            Reporter: Michael Migdol
>            Priority: Minor
>
> [CB-2086] always opens a generic File Picker, regardless of the values passed 
> in for the mimetypes in the accept attribute, or the source attribute.  The 
> Android Browser correctly examines these attributes and starts up an activity 
> with either: a camera intent, a camera/image intent, a camcorder intent, a 
> sound recorder intent, or a sound recorder/audio intent.  
> I'm not sure what cross-pollination is allowed between the Android codebase 
> and Cordova's, but it appears that 
> packages/apps/Browser/src/com/android/browser/UploadHandler.java from the 
> Android source tree contains exactly what we need to accomplish the same.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to