-
Notifications
You must be signed in to change notification settings - Fork 394
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 12.2 beta - focus on text element doesn't open keyboard #330
Comments
To be clear, what you mean is that programmatically focusing a field doesn't work, right? Like doing |
Correct. |
Experiencing something along the same lines on Android (iOS is fine), but I got no clear case to describe yet. We've been in process of upgrading Cordova (what a mess...), plugins etc, now more or less functional using cordova 9.0.0, cordova-ios 5.0.0, cordova-android 8.0.0, cordova-plugin-ionic-webview 2.4.0. |
@jcesarmobile is this deployed to npm for 2.x users? |
It’s not published yet, will do it later today, I want to review some of the pull requests before |
🎉 This issue has been resolved in version 4.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
4.0.1 and 2.4.1 are released with the fix |
I'm still seeing this issue. When calling focus(), the keyboard "tries" to focus on the input element and display the keyboard, but then quickly retreats. I'm on iOS 11.4.1 and cordova-plugin-ionic-webview 4.1.1. |
I tested my Ionic App on iOS 12.2 beta and found out that keyboard is not being opened when focusing on text element. It seems like that element isn't getting focused at all. This works perfectly on previous iOS versions and also works on 12.2 if I remove the cordova-plugin-ionic-webview.
The text was updated successfully, but these errors were encountered: