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

Input Cursor Moves with Scroller #740

Closed
theCodeMachine opened this issue Mar 7, 2014 · 11 comments
Closed

Input Cursor Moves with Scroller #740

theCodeMachine opened this issue Mar 7, 2014 · 11 comments
Milestone

Comments

@theCodeMachine
Copy link

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.

@cvlvn
Copy link

cvlvn commented Apr 4, 2014

I'm also experiencing the same issues. Currently implementing in a browser bases mobile app.

@adamdbradley
Copy link
Contributor

I just pushed a large tap refactor to solve many of these issues:
https://github.com/driftyco/ionic/blob/master/test/unit/angular/service/tap.unit.js#L4

Would you be able to test the nightly build (1712 or later) and let us know if it solved this issue?
http://code.ionicframework.com/#nightly

Thanks

Related: #862 #740 #726 #691 #689 #365 #26 #1134 #1120 #1105 #1078 #772 #745

@adamdbradley
Copy link
Contributor

Closed from ae3318a

@samwidvicky
Copy link

I am still facing this issue in latest cordova.

@exeqio
Copy link

exeqio commented Oct 4, 2016

Still experience this error with latest ionic. Any temporary workaround?

@tlancina tlancina removed their assignment Oct 5, 2016
@tlancina
Copy link
Contributor

tlancina commented Oct 5, 2016

Hey this issue is from a pretty old version of Ionic. If there's a regression, I'd suggest opening a new issue.

@davebcn87
Copy link

Having the same issue with Ionic 1.3.1

@jdnichollsc
Copy link

same issue with iOS 10 and Ionic 1.3.2

@fatihayyildiz
Copy link

Guys, anyone solved this issue ? I am using version : 1.2.1

@vkurlyan
Copy link

vkurlyan commented Feb 20, 2018

It happened for me because of body element has css property "position: fixed".
Try this:

body {
position: static!important;
}

@ionitron-bot
Copy link

ionitron-bot bot commented Sep 1, 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 1, 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

10 participants