diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-06-17 13:23:33 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-06-17 13:23:33 -0400 |
| commit | 4a8630ad458982f754bf181a66a29c5ba0285315 (patch) | |
| tree | 1ca8160b53f266ead62681e8bb18520a05af31d7 /plugins/cordova-plugin-crosswalk-webview/src/android/XWalkWebViewEngine.java | |
| parent | 6b75cb2adfb7e858291c985428c47f28d3f1e52a (diff) | |
updated versions of platforms
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(); |
