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

Scrolling broken on long forms (focus cancels swipe gesture) #931

Closed
rvanbaalen opened this issue Mar 27, 2014 · 3 comments
Closed

Scrolling broken on long forms (focus cancels swipe gesture) #931

rvanbaalen opened this issue Mar 27, 2014 · 3 comments

Comments

@rvanbaalen
Copy link

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:

  • Long form in scroll view
  • Scroll down the long form
  • As soon as finger hits the form (to start a swipe gesture), device focusses on that form field
  • Scroll 'cancels' out or continues with unexpected / weird results (focused cursor somewhere between two fields)

I hope I made things clear enough.

@hathawsh
Copy link

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.

@ajoslin
Copy link
Contributor

ajoslin commented Mar 31, 2014

Thanks @rvanbaalen, we're getting on keyboard issues for 1.0-beta.2

@ionitron-bot
Copy link

ionitron-bot bot commented Sep 6, 2018

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.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants