You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
Report a bug What is the current behavior?
Using the library l would like to use touch based gesture, so am having errors within the method that is said to be included as said by the documentation and it is said to be very important.
it is saying: Cannot resolve method 'dispatchTouchEvent'(android.view.MotionEvent)
What is the expected behavior?
The method is supposed to start intercept touch actions in activity by overriding the dispatchTouchEvent. Any other comments?
@tdubes I see no code in the public repo. Please define the steps to reproduce. I did check it in the activity and it works, you should check the sample app for implementation once.
Do you want to request a feature or report a bug?
Report a bug
What is the current behavior?
Using the library l would like to use touch based gesture, so am having errors within the method that is said to be included as said by the documentation and it is said to be very important.
it is saying: Cannot resolve method 'dispatchTouchEvent'(android.view.MotionEvent)
If the current behavior is a bug, please provide the steps to reproduce.
This is a link to a public repository: https://github.com/tdubes/Gesture-RecognitionApp
Any logs, error output, bugreport etc?
What is the expected behavior?
The method is supposed to start intercept touch actions in activity by overriding the dispatchTouchEvent.
Any other comments?
What versions of software are you using?
Nexus 5X API 26 4 | | 1080 × 1920: 420dpi | 26 | Android 8.0 (Google APIs) | x86 | 1 GB |
Android 3.0.1
The text was updated successfully, but these errors were encountered: