-
Notifications
You must be signed in to change notification settings - Fork 13.5k
ION-Content Scroll is not Refreshing After Close the Keybaord #5764
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
Thanks for opening an issue with us! We appreciate the detailed info! Would you mind running |
Please let me know, How can I get this IONIC info? |
@hrpatidar Thanks for asking! Simply open your terminal (cmd if your on windows), navigate to your ionic project and then run ionic info. |
Same thing happening here: "name": "ionic-plugin-keyboard", Cordova CLI: 6.0.0 |
Thanks for opening an issue with us! As this bug is a duplicate of #5432 i am going to close this issue. Please feel free to continue the conversation over there! |
ion-content scroll is not reset or refreshing after close the keyboard. Having incorrect content size on the all screens. I have attached screenshot of the device. Please check it.
Expected: It should be having proper scroll as per content height of the screens.
Steps:
If I have tap on any input field again --> open the keyboard --> tap on free area of screen -> close the keyboard properly --> Now I am not getting incorrect content size.
So It might be the keyboard is not refreshing the ionic content view.
I have also added the below code for closing the keyboard on every state change success event. But it is also does not reset the view. It is just closing the keyboard. But screen contains incorrect size of page. Added keyboard height as well.
cordova.plugins.Keyboard.close();
Ionic Version: 1.2.4
Browser & Operating System: iOS / Android
The text was updated successfully, but these errors were encountered: