CB-9148 (android) Add Support for input[type=file] File Chooser

This commit is contained in:
박관영 2017-01-03 14:22:59 +09:00 committed by Joe Bowser
parent ad28a0ec68
commit 680971316d

View File

@ -1048,7 +1048,6 @@ public class InAppBrowser extends CordovaPlugin {
} }
public void onPageFinished(WebView view, String url) { public void onPageFinished(WebView view, String url) {
super.onPageFinished(view, url); super.onPageFinished(view, url);