Hi all,
I tried the following ways to capture the touch events on XWalk webview, but
they are never triggered:
mXwalkView.setOnTouchListener(new View.OnTouchListener() {
public boolean onTouch(View v, MotionEvent event) {
return true;
}
});
@Override
public boolean onTouchEvent(MotionEvent event) {
return this.detector.onTouchEvent(event);
}
Anyone knows and can tell how to capture the touch events?
Thanks.
George_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help