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

Scroll gestures in an Android scrollview trigger a touchline #227

Open
shamilovtim opened this issue Mar 11, 2020 · 2 comments
Open

Scroll gestures in an Android scrollview trigger a touchline #227

shamilovtim opened this issue Mar 11, 2020 · 2 comments
Labels
enhancement New feature or request Fundamental

Comments

@shamilovtim
Copy link

shamilovtim commented Mar 11, 2020

As seen in the gif. The touchline is vertical, which means only horizontal swipes should trigger it. However swiping up and down on the scrollview triggers the touchline. This is not ideal behavior.

Screen Recording 2020-03-11 at 4 56 39 PM

@imaNNeo
Copy link
Owner

imaNNeo commented Mar 12, 2020

There is an enableNormalTouch property in the LineTouchData, I know it's not a great solution, but you can check it out,
I know there are some edge cases, and we have to fix them all.
But they take lots of time, and I can't spend much more time at the moment, make your hands dirty and try to find a proper one way to handle it.

@pulkitjainpsi
Copy link

There is an enableNormalTouch property in the LineTouchData, I know it's not a great solution, but you can check it out,
I know there are some edge cases, and we have to fix them all.
But they take lots of time, and I can't spend much more time at the moment, make your hands dirty and try to find a proper one way to handle it.

I am not getting any enableNormalTouch property in LineTouchData.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Fundamental
Projects
None yet
Development

No branches or pull requests

3 participants