[Webkit-unassigned] [Bug 219889] New: Unable to hide native video controls when iOS has 'Low Power Mode' enabled and video is set to autoplay

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 15 04:53:43 PST 2020


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

            Bug ID: 219889
           Summary: Unable to hide native video controls when iOS has 'Low
                    Power Mode' enabled and video is set to autoplay
           Product: WebKit
           Version: Safari 14
          Hardware: iPhone / iPad
                OS: iOS 14
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: artjomvinnikov at gmail.com

iOS 14.1, 'Low Power Mode' enabled

<video muted autoplay playsinline></video>

Even though autoplay is set, video still has start/pause button on top of video that disappears after few seconds once playback has started. In the past I had the same issue without low power mode, that was fixed by adding this css:

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

However it doesn't help in this case. I tried targeting many other webkit specific pseudo elements but no luck.

Link with small demo for reproduction: https://codesandbox.io/s/epic-edison-4fw2f?file=/index.html

-- 
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/20201215/a1e21294/attachment.htm>


More information about the webkit-unassigned mailing list