WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
219889
Unable to hide native video controls when iOS has 'Low Power Mode' enabled and video is set to autoplay
https://bugs.webkit.org/show_bug.cgi?id=219889
Summary
Unable to hide native video controls when iOS has 'Low Power Mode' enabled an...
Artjom
Reported
2020-12-15 04:53:43 PST
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
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2020-12-22 04:54:13 PST
<
rdar://problem/72584031
>
Smoley
Comment 2
2020-12-22 10:37:15 PST
Thanks for filing, I can reproduce this on iOS 13.6.1 as well as the latest iOS 14.4 beta. Toggling lower power mode and refreshing the test case causes the play button to show and hide.
David Iglesias
Comment 3
2021-07-20 21:07:11 PDT
This has also been reported by a Flutter Web user:
https://github.com/flutter/flutter/issues/86758
The play button shows up in Low Power Mode, regardless of the "controls" attribute on the video element, it seems. (I'd expect that if "controls" is not set, no controls would be shown by default by the browser).
Eric Carlson
Comment 4
2021-08-20 13:20:04 PDT
Autoplay is disabled when in low power mode to conserve battery, so we always show the "play" button for videos with the `autoplay` attribute so it is possible for the user to start them. This was done in
https://bugs.webkit.org/show_bug.cgi?id=168985
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug