[Webkit-unassigned] [Bug 248654] Accessibility focus stuck in status bar in PWA

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 10 00:48:57 PST 2023


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

mplutka at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|Unspecified                 |iPhone / iPad
            Summary|VoiceOver focus stuck on    |Accessibility focus stuck
                   |status bar in a PWA on      |in status bar in PWA
                   |iPhone                      |
                 OS|Unspecified                 |iOS 16
           Severity|Normal                      |Major

--- Comment #3 from mplutka at gmail.com ---
One main USP of our PWA is accessibility, so this bug is quite severe for us.

Did a minimal example with just a headline and installed it on homescreen:

****
<!DOCTYPE html>
<html lang="de">
        <head>
                <title>Voiceover</title>
                <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
                <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes">
                <meta name="apple-mobile-web-app-title" content="Voiceover"/>
                <meta name="apple-mobile-web-app-capable" content="yes" />
        </head>
        <body>
                <h1>Headline</h1>
        </body>
</html>
***

Bug still occurs if I enable VoiceOver inside the PWA. Accessibility focus is only available for items in the status bar.
If I open the PWA from the homescreen with voiceover already enabled, the accessibility focus can be set on the headline and other html elements inside the PWA.

-- 
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/20230310/b5924562/attachment.htm>


More information about the webkit-unassigned mailing list