cordova-plugin-ionic-keyboard
cordova-plugin-ionic-keyboard copied to clipboard
iOS - Hiding keyboard manually is not working properly
This issue is quite minor but for people using hide keyboard button (on the iOS keyboard), it can be frustrating.
Steps to reproduce the issue:
- Focus any input field
- Hide the keyboard manually - with the button on bottom right corner of the keyboard
- Input looses focus
- Tap on any element or button
Expected behaviour: elements / buttons click event should be triggered Actual behaviour: last focused field from step 1 is focused again and keyboard is shown. Sometimes it just blinks the keyboard and also focus lasts just for a moment.
This is happening to me as well. The issue started to happen after updating to iOS 14.
I'm using cordova-ios 4.5.2 with the following plugins:
cordova-plugin-inappbrowser 3.1.0 cordova-plugin-ionic-keyboard 2.2.0 cordova-plugin-ionic-webview 4.1.3 ...