This repository has been archived by the owner on Apr 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 273
Hardware keyboard auto blur issue on keyboard hide #289
Comments
onderceylan
pushed a commit
to onderceylan/ionic-plugin-keyboard
that referenced
this issue
Aug 3, 2017
I'm seeing the same issue. Will try out the pull request tomorrow. Thanks! |
We have tried out the fix in the pull request, and it works well! Thanks, onderceylan, for reporting and making the fix! Let's hope that the Ionic Team merges it soon. |
Glad to see it validated @uniphonic, hope it will be merged soon. |
@tlancina Do you think that we can have this feature merged to the code base? |
vinhbt
pushed a commit
to vinhbt/ionic-plugin-keyboard
that referenced
this issue
Oct 11, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When a hardware keyboard is connected to the device, if you click on close toolbar (arrow-down) icon on bottom right corner, the input is not focusable anymore. It loses focus immediately at the time of touching on it.
I noticed that native.keyboardshow and native.keyboardhide events fired multiple times, the state of the keyboard of being showed or not is not stable therefore ionic-angular calls blur on input and it loses the focus immediately.
The text was updated successfully, but these errors were encountered: