-
Notifications
You must be signed in to change notification settings - Fork 12
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
close keyboard? #1
Comments
Click into webview? |
I'm not sure I understand. We have no webview in safari ;) |
I'm thinking there should be an equivalent |
I am sorry, it is plugin for cordova. Cordova - html5 crossplatform applications platform based on webviews. It will not working in safari. |
Yes, pretty sure i'm triggering it correctly. In this case, I just wanted the keypad:
The keypad shows correctly (even all the different types), however it doesn't close automatically on blur. |
It is strange, i tested just right now. All works fine, even in simulator. Anyway i realized 'close' method for you. If you want to contribute, or anyone also faced with same issue there is minimum worked project with pure cordova for testing. |
I also cannot close the keyboard. Both in the sim and on a device (the newest ios). What's interesting the keyboard closes when taping on some html elements for example title bar or another input which, but not on some other without a particular case. |
Looks like invisible full screen div can resolve this issue. |
How does one close the keyboard after data input?
The text was updated successfully, but these errors were encountered: