From 4a8630ad458982f754bf181a66a29c5ba0285315 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Wed, 17 Jun 2015 13:23:33 -0400 Subject: updated versions of platforms --- .../src/android/XWalkWebViewEngine.java | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'plugins/cordova-plugin-crosswalk-webview/src/android/XWalkWebViewEngine.java') 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(); -- cgit v1.2.3