Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gestures Not working inside scrollview #14

Open
seeamarnath opened this issue Apr 21, 2017 · 1 comment
Open

Gestures Not working inside scrollview #14

seeamarnath opened this issue Apr 21, 2017 · 1 comment

Comments

@seeamarnath
Copy link

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.

@AndriyBas
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants