This repository has been archived by the owner on May 1, 2024. It is now read-only.
VisualElementRenderer`1[TElement].OnTouchEvent throws System.NullReferenceException #15814
Unanswered
dharamhbtik
asked this question in
Q&A
Replies: 1 comment
-
Can you share the code of the DispatchTouchEvent method in the MainActivityCalss to identify where the null reference exception is occurring? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
we are overriding DispatchTouchEvent in the main activity and doing some operation on MotionEventActions.Down, MotionEventActions.Cancel, and MotionEventActions.Up
but randomly it is throwing error and sometime it is crashing the app.
Below is the crash log
and here is error we are capturing which is not crashing the app
Beta Was this translation helpful? Give feedback.
All reactions