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

Focus doesn't open keyboard on iOS 13 #435

Closed
yosikal opened this issue Sep 19, 2019 · 3 comments · Fixed by #438
Closed

Focus doesn't open keyboard on iOS 13 #435

yosikal opened this issue Sep 19, 2019 · 3 comments · Fixed by #438
Labels

Comments

@yosikal
Copy link

yosikal commented Sep 19, 2019

Calling element.focus() on text element doesn't open keyboard on iOS 13. This is working fine on iOS versions < 13

@gregavola
Copy link

The solution is here: https://stackoverflow.com/questions/32449870/programmatically-focus-on-a-form-in-a-webview-wkwebview/48623286#48623286

@kevinswartz
Copy link

Any chance this is getting merged in? I'm seeing this as well on cordova-plugin-ionic-webview@4.1.1
Thanks!

jcesarmobile added a commit to jcesarmobile/cordova-plugin-ionic-webview that referenced this issue Sep 25, 2019
jcesarmobile added a commit to jcesarmobile/cordova-plugin-ionic-webview 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)
@Ionitron
Copy link
Collaborator

🎉 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
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants