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 7 Keyboard focus issue #5

Open
alexwasner opened this issue Nov 22, 2013 · 0 comments
Open

iOS 7 Keyboard focus issue #5

alexwasner opened this issue Nov 22, 2013 · 0 comments

Comments

@alexwasner
Copy link
Contributor

Expected behavior:
User taps text input field / textarea, the keyboard pops up as the screen moves up and focus remains in text area.

Current behavior:
User taps text input field / textarea, the keyboard pops up and the focus on input field is lost.

I found that updating the meta tag for viewport in index.html to the following resolved all of my issues.
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, target-densityDpi=device-dpi" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant