[Webkit-unassigned] [Bug 275941] New: Add Quirks for skype on iPadMini so the content is fully accessible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 26 22:59:49 PDT 2024


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

            Bug ID: 275941
           Summary: Add Quirks for skype on iPadMini so the content is
                    fully accessible
           Product: WebKit
           Version: Other
          Hardware: Unspecified
               URL: https://www.skype.com/en/free-conference-call/?cm_mmc=
                    accessurl
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: karlcow at apple.com

There is an issue with free skype calls on iPad Mini, where the UI is not fully visible.

With an iPad Mini, in landscape position:

Steps to reproduce:
1. In landscape, navigate to https://www.skype.com/en/free-conference-call/?cm_mmc=accessurl
2. Tap Create a free video call
3. Tap Start call
4. Tap Allow
5. Observe webpage is cut off

One way to solve it is to apply this rule.

This will make the UI scrollable, and usable.
document.querySelector('.app-container .noFocusOutline > div').style.overflowY = 'scroll’

-- 
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/20240627/6655bbef/attachment.htm>


More information about the webkit-unassigned mailing list