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
All of the touch events are currently being intercepted and not passed to the child views. It's not really meant for adding touchable buttons and stuff to it. I just need to redo this library to be more malleable and extendable.
Thanks for the reply, I ended up passing the editview I wanted to touch to the TurnView and checked if touch event was in the bounds of the editView and then called the touch event of the editView.
How would one go about putting a edittext on a page. I've tried but the touch event doesn't reach the editText.
The text was updated successfully, but these errors were encountered: