In my webview by clicking \"Choose File\" button In samsung 7 inch tablet I want to open a File Browser, but I can\'t open this in Android Versi
Try with
// Work on Android 4.4.2 Zenfone 5
public void showFileChooser(ValueCallback filePathCallback,
String acceptType, boolean paramBoolean){
// TODO Auto-generated method stub
}
and...
public void showFileChooser(ValueCallback uploadFileCallback,
FileChooserParams fileChooserParams) {
// TODO Auto-generated method stub
}
link : http://src.chromium.org/svn/trunk/src/android_webview/java/src/org/chromium/android_webview/AwContentsClient.java
I hope this helpful to you!