[Webkit-unassigned] [Bug 195884] Autofocus on text input does not show keyboard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 15 15:50:18 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=195884

--- Comment #6 from Wenson Hsieh <wenson_hsieh at apple.com> ---
(In reply to Kurt Revis from comment #5)
> I believe this was fixed in iOS 16 beta 6 by:
> https://bugs.webkit.org/show_bug.cgi?id=243416

Hi Kurt! Just to clarify — that change indeed makes it so that programmatic focus triggered directly by the embedding client (e.g. via `-evaluateJavaScript:completionHandler:`) will now show the keyboard by default; however, this change is currently behind a linked-on-or-after check (that is not iOS 16), to limit breakage from apps that may currently be calling `element.focus()` on iOS (without expecting a keyboard to show up).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220815/cc80d9cc/attachment.htm>


More information about the webkit-unassigned mailing list