-
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
Input Cursor Moves with Scroller #740
Comments
I'm also experiencing the same issues. Currently implementing in a browser bases mobile app. |
I just pushed a large tap refactor to solve many of these issues: Would you be able to test the nightly build (1712 or later) and let us know if it solved this issue? Thanks Related: #862 #740 #726 #691 #689 #365 #26 #1134 #1120 #1105 #1078 #772 #745 |
Closed from ae3318a |
I am still facing this issue in latest cordova. |
Still experience this error with latest ionic. Any temporary workaround? |
Hey this issue is from a pretty old version of Ionic. If there's a regression, I'd suggest opening a new issue. |
Having the same issue with Ionic 1.3.1 |
same issue with iOS 10 and Ionic 1.3.2 |
Guys, anyone solved this issue ? I am using version : 1.2.1 |
It happened for me because of body element has css property "position: fixed".
|
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. |
If we scroll the view with input fields focused then cursor move with the scroll till the time tap event finishes.
Also on iPad screens sometimes cursor comes little over the exact input field.
Please suggest some solution or make some fix according to it.
Thanks.
The text was updated successfully, but these errors were encountered: