-
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: Entire app moves on input focus on iOS 8 #2256
Comments
Just checking, have you disabled scrolling with the keyboard plugin? https://github.com/driftyco/ionic-plugins-keyboard#keyboarddisablescroll |
Woops, that was it, thanks Mike! |
In my case, disabling Keyboard Scroll was not a viable solution since I wanted to scroll on input focus. I experimented and figured that if I changed the I noticed that the would be a pain to apply all over the place so I just disabled jsScrolling by default by doing this in my angular config block: |
When I selected an input in iOS 7 the keyboard would pop up and the input would scroll to be just above the keyboard. In iOS 8 it looks like the entire webview jumps down before animating up and temporarily showing a black bar at the top, it looks pretty awful.
The example uses the ionic tabs starter template with some inputs dropped into the 'Dash' page.
The text was updated successfully, but these errors were encountered: