-
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
bug: Starting scroll on a label #5102
Comments
+1 |
I can confirm this is an issue for me too. In browser using Chrome tools and switching to touch device view. Also in IOS 8.1.3 (iPhone4s). Both instances have the form element in a modal. I can only scroll the content 'between' the range element. If your finger registers a 'hit' on top of the range then scrolling ceases. Have tried using native scrolling too - no joy. |
I think it may be an issue in a function But I don't get the point of this condition at all (even after reading the comments – what does it mean to "ugly auto scroll"?). The simplest solution which worked for me was to remove the condition mentioned above. Since then I haven't discovered any cons of this solution. |
For @tomasbedrich and others running in to this: the easy fix for me was to replace all |
This issue was moved to ionic-team/ionic-v1#184 |
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
Ionic Version: 1.x
Platform: ios 9 browser
When scrolling starts on a label, the scroll is canceled. This occurs on iOS, haven't tested Android.
This problem is demonstrated in the following codepen: http://codepen.io/manduro/pen/vLpEzx/
(Open it on iOS or in Chrome device mode)
The text was updated successfully, but these errors were encountered: