cordova-plugin-ionic-keyboard
cordova-plugin-ionic-keyboard copied to clipboard
Screen is stucked, after keyboard is disappeare
Your Environment
- Plugin version: 2.1.3
- Platform: iOS
- OS version: 13.7
- Device manufacturer / model: iPhone 11 (iPhone12,1)
- Cordova version (
cordova -v
): 8.1.2 - Cordova platform version (
cordova platform ls
): 5.0.0
Expected Behavior
After enter value in Input dialog, Screen should be resized after keyboard is disappeared
Actual Behavior
Screen is stucked after keyboard is disappeared.
Steps to Reproduce
- Open Input dialog
- Input value & close dialog
- White area behind keyboard remain as it is.
Context
We are trying to create gallery by clicking "New" button in top right corner, When we click "New" button, it open input dialog, we input gallery name & click create button on dialog & It will close input dialog. But area behind keyboard is still remain as it is.
Yup, I'm also experiencing this issue. I left details for my setup in this comment on a related thread https://github.com/apache/cordova-ios/issues/417#issuecomment-767149076