-
Notifications
You must be signed in to change notification settings - Fork 396
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
Focus doesn't open keyboard on iOS 13 #435
Labels
Comments
Any chance this is getting merged in? I'm seeing this as well on cordova-plugin-ionic-webview@4.1.1 |
jcesarmobile
added a commit
to jcesarmobile/cordova-plugin-ionic-webview
that referenced
this issue
Sep 25, 2019
jcesarmobile
added a commit
that referenced
this issue
Sep 25, 2019
jcesarmobile
added a commit
to jcesarmobile/cordova-plugin-ionic-webview
that referenced
this issue
Sep 25, 2019
jcesarmobile
added a commit
that referenced
this issue
Sep 25, 2019
Ionitron
added a commit
that referenced
this issue
Sep 25, 2019
## [4.1.2](v4.1.1...v4.1.2) (2019-09-25) ### Bug Fixes * **android:** allow schemes that start by https ([#437](#437)) ([fab9d1f](fab9d1f)) * **Android:** return proper mimeType for wasm files ([0eb8a37](0eb8a37)) * **ios:** make programmatically focus work on iOS 13 ([#438](#438)) ([7a514b0](7a514b0)), closes [#435](#435)
🎉 This issue has been resolved in version 4.1.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
kelvinkg
pushed a commit
to kelvinkg/cbx-plugin-ionic-webview
that referenced
this issue
Feb 24, 2020
## [4.1.2](ionic-team/cordova-plugin-ionic-webview@v4.1.1...v4.1.2) (2019-09-25) ### Bug Fixes * **android:** allow schemes that start by https ([#437](ionic-team/cordova-plugin-ionic-webview#437)) ([fab9d1f](ionic-team/cordova-plugin-ionic-webview@fab9d1f)) * **Android:** return proper mimeType for wasm files ([0eb8a37](ionic-team/cordova-plugin-ionic-webview@0eb8a37)) * **ios:** make programmatically focus work on iOS 13 ([#438](ionic-team/cordova-plugin-ionic-webview#438)) ([7a514b0](ionic-team/cordova-plugin-ionic-webview@7a514b0)), closes [#435](ionic-team/cordova-plugin-ionic-webview#435)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Calling element.focus() on text element doesn't open keyboard on iOS 13. This is working fine on iOS versions < 13
The text was updated successfully, but these errors were encountered: