ionic-team / cordova-plugin-ionic-keyboard

Keyboard Plugin for Cordova
Other
191 stars 177 forks source link

iOS - Hiding keyboard manually is not working properly #159

Open JuliusSkrisa opened 3 years ago

JuliusSkrisa commented 3 years ago

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.

NatiSP commented 3 years ago

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 ...