-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Gesture like (swipe)... prevent vertical scroll #6897
Comments
Hello, thanks for opening an issue with us! Would you be able to provide a plunker that demonstrates this issue? Thanks for using Ionic! |
Hi, Ok for a plunker, but the problem is not present in the browser. Here is a plunker with a simple list. But I can reproduce the problem with the virtual scroll. If I run the test page in a device, scroll doesn't work. I can provide more information if needed |
Hi @jeromeXoo, This is an Angular issue. I went ahead and created an issue for it. We'll track it here too since it's important for Ionic. Thanks, |
fixes scroll issue with hammer config where pinch/rotate gestures are preventing the screen from scrolling closes #6897
Fixes scroll issue with hammer config where pinch/rotate gestures are preventing the screen from scrolling. Closes #6897
Short description of the problem:
The gestures (like swipe, swipeleft, swiperight, tap...) are blocking the vertical scroll with the virtual scroll or ion-list.
Browser: OK (mouse wheel)
Android Device or emulator: KO: vertical scroll doesn't work, but swipe work
Example with virtual scroll:
When I select the space between the "ion-card", the vertical scroll is working.
Example with ion-list and ngFor:
Ionic V2 (beta 9)
Cordova CLI: 6.2.0
Gulp version: CLI version 1.2.0
Gulp local: Local version 3.9.1
Ionic Framework Version: 2.0.0-beta.9
Ionic CLI Version: 2.0.0-beta.25
Ionic App Lib Version: 2.0.0-beta.15
OS:
Node Version: v4.3.2
The text was updated successfully, but these errors were encountered: