-
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
Scrolling broken on long forms (focus cancels swipe gesture) #931
Comments
I can confirm this also happens on Android (in Ionic 1.0.0 beta1). A workaround is to set overflow-scroll="true" on the ion-content element, which disables the custom Ionic scroller. |
Thanks @rvanbaalen, we're getting on keyboard issues for 1.0-beta.2 |
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. |
When I have a long form in an
<ion-content>
element, I can't swipe down the list of form fields. As soon as I touch the area, it's recognized as a tap and the iPhone (4) focusses on the field. But all I wanted was to scroll down, since I actually made a swipe gesture and not a specific touch.To sum it up:
I hope I made things clear enough.
The text was updated successfully, but these errors were encountered: