Using Crosswalk Project for Android
Using WebChromeClient, you can check your resolution if the application needs camera access.
webView= (WebView)findViewById(R.id.main_webView); webView.setWebChromeClient(webChromeClient); WebChromeClient webChromeClient = new WebChromeClient() { @Override public boolean onShowFileChooser(WebView webView, ValueCallback<Uri[]> filePathCallback, FileChooserParams fileChooserParams) {
SachinS
source share