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

iOS input cursor bugs #26

Closed
mlynch opened this issue Oct 7, 2013 · 18 comments
Closed

iOS input cursor bugs #26

mlynch opened this issue Oct 7, 2013 · 18 comments
Assignees
Milestone

Comments

@mlynch
Copy link
Contributor

mlynch commented Oct 7, 2013

It seems the Web View on iOS has a bug where a focused text box will the input caret through any layers on top of it.

@mlynch
Copy link
Contributor Author

mlynch commented Nov 4, 2013

I think one solution would be to unfocus once the drag starts.

@mlynch
Copy link
Contributor Author

mlynch commented Nov 7, 2013

@ghost ghost assigned adamdbradley Nov 7, 2013
@mlynch
Copy link
Contributor Author

mlynch commented Jan 21, 2014

@adamdbradley
Copy link
Contributor

Related, and hopefully fixed: #583

@mlynch
Copy link
Contributor Author

mlynch commented Feb 20, 2014

Yea, more info on this is when you have a focused text box and you are inside of a scroll area that uses translate3d, the cursor does not translate with it. It's a browser bug on Safari and we could look into unfocusing the boxes on scroll.

@adamdbradley adamdbradley removed this from the 1.0 Beta milestone Mar 3, 2014
@adamdbradley adamdbradley added this to the 1.0.0-beta.2 milestone Mar 26, 2014
@mlynch mlynch changed the title Input cursor showing through on iOS 7 iOS input cursor bugs Apr 6, 2014
@allentong
Copy link

#740 -- This is another issue related.

@mlynch
Copy link
Contributor Author

mlynch commented Apr 6, 2014

Cool, thanks! We actually have a keyboard plugin for cordova coming out that really fixed some annoyances with cordova and keyboard stuff. I'm hoping we can extend it to handle inputs and scrolling!

Sent from my iPhone

On Apr 6, 2014, at 12:42 PM, Allen Tong notifications@github.com wrote:

#740 -- This is another issue related.


Reply to this email directly or view it on GitHub.

@allentong
Copy link

NIce, I look forward to it 👍 ! Do you know if that would possibly fix some of these issues on Mobile Browsers?

@rvanbaalen
Copy link

@mlynch Any indication on when we might expect such a plugin?

@tlancina
Copy link
Contributor

tlancina commented Apr 7, 2014

This week!
On Apr 6, 2014 11:59 PM, "Robin van Baalen" notifications@github.com
wrote:

@mlynch https://github.com/mlynch Any indication on when we might
expect such a plugin?

Reply to this email directly or view it on GitHubhttps://github.com//issues/26#issuecomment-39696309
.

@martinmose
Copy link

Cool looking forward to it!

Keep up the good work :).

@rvanbaalen
Copy link

The week is almost over.. Can I help with some (preliminary) testing already @tlancina and @mlynch ?

@calendee
Copy link

Another sample. Keyboard hides and view stays shrunk. I've seen this many times myself.

http://forum.ionicframework.com/t/submit-button-not-resizing-content-view/2873

@tlancina
Copy link
Contributor

Regretting my overzealous deadline proclamation :) Just a status update, we made a lot of headway this week and know everyone is anxious for fixes, we're working on getting them out asap.

@pranavjer28
Copy link

I am also facing input cursor issue in my project.
Description :- In my screen there are 4-5 input fields, when i focused on any of the input filed then keyboard appears and screen move up. Now if i scroll the screen (ion -content) up and down then cursor move out from the input text field and start scroll along with screen scroll direction. Please help out if anyone found this issue and got fix.

Platform and dependencies :-

Cordova CLI: 6.4.0
Ionic Framework Version: 2.0.0-rc.3
Ionic CLI Version: 2.1.17
Ionic App Lib Version: 2.1.7
Ionic App Scripts Version: 0.0.45
ios-deploy version: 1.9.1
ios-sim version: 5.0.13
OS: OS X El Capitan
Node Version: v7.5.0
Xcode version: Xcode 8.2.1 Build version 8C1002

@JaswinderImmanent
Copy link

I am facing exact same issue.Please help as soon as possible.

Thanks in advance

@vkurlyan
Copy link

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