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

Reply via email to