MotionViews-Android icon indicating copy to clipboard operation
MotionViews-Android copied to clipboard

Gestures Not working inside scrollview

Open seeamarnath opened this issue 7 years ago • 1 comments

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.

seeamarnath avatar Apr 21 '17 14:04 seeamarnath

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

AndriyBas avatar Feb 27 '18 06:02 AndriyBas