workaround: always enable JS if webview has focus. fixes select box spinner close behavior on Android 4.4
This commit is contained in:
@@ -46,7 +46,6 @@ public class IITC_JSInterface {
|
||||
// prevent the spinner from closing automatically
|
||||
@JavascriptInterface
|
||||
public void spinnerEnabled(boolean en) {
|
||||
Log.d("disableJS? " + en);
|
||||
mIitc.getWebView().disableJS(en);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user