cordova-plugin-ionic-keyboard icon indicating copy to clipboard operation
cordova-plugin-ionic-keyboard copied to clipboard

iOS - Hiding keyboard manually is not working properly

Open JuliusSkrisa opened this issue 4 years ago • 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.

JuliusSkrisa avatar Feb 03 '21 11:02 JuliusSkrisa

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

NatiSP avatar Feb 09 '21 15:02 NatiSP