-
Notifications
You must be signed in to change notification settings - Fork 13.5k
bug: ion-option-button should freeze list scrolling when 'swiping' #2950
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
Comments
Having this problem too. I managed to work around it by using
Before, the items would not respond, and it was hard to figure out why. Turns out it was In fact, it might be possible to simplify the check to include only the horizontal and vertical displacement, like so:
Seems to work without any adverse effects. |
Any news on if this bug will be fixed in the 1.0 release? |
I am facing similar issue in ionic2. Can you please help me with this. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Type: bug
Platform: mobile webview
I was looking for a solution for this today, and also happened upon another person with the same problem in the forums:
http://forum.ionicframework.com/t/prevent-scrolling-while-swiping-on-ion-item/14708
The text was updated successfully, but these errors were encountered: