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

Keyboard doesn't appear or useless title selection (iPad). #6551

Closed
mikeamelin opened this issue Feb 7, 2025 · 2 comments · Fixed by #6581
Closed

Keyboard doesn't appear or useless title selection (iPad). #6551

mikeamelin opened this issue Feb 7, 2025 · 2 comments · Fixed by #6581

Comments

@mikeamelin
Copy link

mikeamelin commented Feb 7, 2025

ScreenRecording_02-07-2025.20-33-30_1.MP4
@mikeamelin mikeamelin changed the title Keyboard doesn't appear or useless title selection. Keyboard doesn't appear or useless title selection (iPad). Feb 7, 2025
@JaneSjs JaneSjs added the v2.0+ label Feb 10, 2025
@novikov82
Copy link
Contributor

Programmatic focus using element.focus() doesn't trigger the system-level keyboard to open because WKWebView only shows the keyboard if the focus is initiated by a user. When the focus is triggered during user script evaluation, it is not considered as user interaction.

https://stackoverflow.com/a/74636176

@novikov82
Copy link
Contributor

Switch off title selection on iPad

novikov82 added a commit that referenced this issue Feb 12, 2025
tsv2013 pushed a commit that referenced this issue Feb 12, 2025
* #6551 Keyboard doesn't appear or useless title selection (iPad).
Fixes #6551

* #6551 - get OS only in constructor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants