MotionViews-Android
MotionViews-Android copied to clipboard
Gestures Not working inside scrollview
While using MotionView inside a scrollview the scrollview gestures not allows to deduct the gestures from Motionview. Due to multiple gestures used in motionview, we couldn't use "dispatchTouchEvent()" in a custom scrollview.
Any optimal solution?
P.S. One of the nicest code i have ever seen.
hello, @seeamarnath. Yes, you're right, it does not work with ScrollView (was not intended to work that way). To make it work - you need to manually pass all the gestures to the ScrollView and handle them