Android Webview Input type file does not show option dialog #3938
Unanswered
Spinnenzunge
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It’s like that by design, to use the camera you can use the capture attribute, but it’s not possible to prompt |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there.
I have an
<input type="file">
in a Capacitor Android Build and would expect on Select to see a Choice between Camera and File Browser (like I get on iOS or in the Chrome browser on Android). But instead it jumps directly to the File browser and does not let me choose between the available options. Do I miss something in my AndroidManifest or is this a Android Webview problem?Beta Was this translation helpful? Give feedback.
All reactions