Gestures are intercepted by the drawer
perfaram opened this issue · 1 comments
perfaram commented
If, say, a UISlider
is added as a subview of the DrawerView, interaction with it will become mostly not working (it may start sliding a bit, but not much) and unpredictable. This is because the touch events are intercepted by the DrawerView
's UIGestureHandler
s and not properly passed down.
eleev commented
Sorry for a delay, the week was busy.
Thank you for pointing this out, and for making all those pull requests. I will review them and will write my thoughts (so far it seems like good additions) 😉
P.s. feel free to close the issue, if/when you think the issue is resolved 👍