Assigned
Status Update
Comments
vi...@google.com <vi...@google.com>
ct...@google.com <ct...@google.com> #2
It looks like you are raising an issue as an Android user, rather than an Android Open Source Developer.
For user support, please see the
For Pixel phone support, please see the
Support for other devices is provided by the device manufacturers or by the carriers selling those devices,
id...@google.com <id...@google.com> #3
would like some thoughts from beverloo@
Description
I write custom browser of Android WebView. I overridehttps://developer.android.com/reference/android/webkit/WebChromeClient.FileChooserParams ) from there.
onShowFileChooser
method ofWebChromeClient
and getFileChooserParams
(FileChooserParams
has methodisCaptureEnabled()
which means that<input>
HTML tag hascapture
parameter equalsuser
orenviroment
(front or back camera should be shown). In my code I want to determine this values to show front or back my custom camera depends on this param. Is there some method to get value ofcapture
field?capture
attribute