diff options
Diffstat (limited to 'plugins/cordova-plugin-crosswalk-webview/src/android/XWalkWebViewEngine.java')
| -rw-r--r-- | plugins/cordova-plugin-crosswalk-webview/src/android/XWalkWebViewEngine.java | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/cordova-plugin-crosswalk-webview/src/android/XWalkWebViewEngine.java b/plugins/cordova-plugin-crosswalk-webview/src/android/XWalkWebViewEngine.java index 7e5a4f1c..9e94edbe 100644 --- a/plugins/cordova-plugin-crosswalk-webview/src/android/XWalkWebViewEngine.java +++ b/plugins/cordova-plugin-crosswalk-webview/src/android/XWalkWebViewEngine.java @@ -113,17 +113,6 @@ public class XWalkWebViewEngine implements CordovaWebViewEngine { webView.addJavascriptInterface(exposedJsApi, "_cordovaNative"); } - // TODO(ningxin): XWalkViewUIClient should provide onScrollChanged callback - /* - public void onScrollChanged(int l, int t, int oldl, int oldt) - { - super.onScrollChanged(l, t, oldl, oldt); - //We should post a message that the scroll changed - ScrollEvent myEvent = new ScrollEvent(l, t, oldl, oldt, this); - this.postMessage("onScrollChanged", myEvent); - } - */ - @Override public boolean canGoBack() { return this.webView.getNavigationHistory().canGoBack(); |
