Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS - Hiding keyboard manually is not working properly #159

Open
JuliusSkrisa opened this issue Feb 3, 2021 · 1 comment
Open

iOS - Hiding keyboard manually is not working properly #159

JuliusSkrisa opened this issue Feb 3, 2021 · 1 comment

Comments

@JuliusSkrisa
Copy link

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
Copy link

NatiSP commented Feb 9, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants