-
Notifications
You must be signed in to change notification settings - Fork 13.5k
IOS Keyboard click outside page jump #6055
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
Comments
I would guess that this shares a root-cause with #5432. What's interesting to me is that the padding added to the ion-content to make space for the keyboard is being removed slowly in this context and not at all in others. |
Yeah, the padding is removed, the issue is that the top of the page jumps only if i click on an element without input. The odd think is that ii attach the keyboard hide event on that element the keyboards slides down nicely. |
Hello all! Is this still an issue with the latest version of ionic 2? Thanks! |
A temporarily fix for me was adding this inside theme/app.ios.css and disable keyboard scroll.
Not sure if this will do some harm to other components but i have a big app with a lot of components used and everything looks good. |
@jgw96 With beta-7 I'm still facing the issue |
Hello all! As it seems it has been a while since there was any activity on this issue i will be closing it for now. Feel free to comment if you are still running into this issue. Thanks for using Ionic! |
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. |
Hello,
Check out the following video: https://vimeo.com/161755036
First 2 times i am using the Done button from the keyboard to close the keybord which works very nice. The next 2 times i am clicking on the first input, which is a readonly input so i cannot focus. If you see, the keyboard gets closed but the entire page jumps a little. Take a look at the top header bar.
This its a blank ionic 2 application started with command
ionic start testinput blank --v2 --ts
Here is the ionic info
Cordova CLI: 6.1.1
Gulp version: CLI version 3.9.1
Gulp local: Local version 3.9.1
Ionic Framework Version: 2.0.0-beta.3
Ionic CLI Version: 2.0.0-beta.24
Ionic App Lib Version: 2.0.0-beta.14
ios-deploy version: 1.8.5
ios-sim version: 5.0.8
OS: Mac OS X El Capitan
Node Version: v4.4.1
Xcode version: Xcode 7.3 Build version 7D175
This recording was done directly from an Iphone 6 IOS 9.3
The page contains simple elements inside a ion-content
Is there something i can do about this? This happens each time you click outside of an input element. Even a button will behave like that.
The text was updated successfully, but these errors were encountered: