ionic-team/cordova-plugin-ionic-keyboard

iOS - Hiding keyboard manually is not working properly

JuliusSkrisa opened this issue · 1 comments

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:

  1. Focus any input field
  2. Hide the keyboard manually - with the button on bottom right corner of the keyboard
  3. Input looses focus
  4. 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
...