Sebastian
Results
3
comments of
Sebastian
Hi I have the same issue @t2k did you find a solution to this? Please, let me know Thanks
Hi Both events are fired correctly with jquery version 1.1.9 The demo is with that version http://rocha.la/jQuery-slimScroll
` @Override public boolean onTouchEvent(@NonNull MotionEvent event) { final float x = event.getX(); final float y = event.getY(); ``` // --- Start code added by me //the wheel is fling,...