[Webkit-unassigned] [Bug 203163] mute unexpected follow silent mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 21 11:37:07 PDT 2019


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

--- Comment #2 from bo <bluam at amazon.com> ---
device:  Iphone 8/xr/9 
browser: Safari 

step1: go to https://www.w3schools.com/html/tryit.asp?filename=tryhtml5_video
step2: 

add playsinline to the code 

<!DOCTYPE html> 
<html> 
<body> 

<video width="400" controls playsinline>
  <source src="mov_bbb.mp4" type="video/mp4">
  <source src="mov_bbb.ogg" type="video/ogg">
  Your browser does not support HTML5 video.
</video>

<p>
Video courtesy of 
<a href="https://www.bigbuckbunny.org/" target="_blank">Big Buck Bunny</a>.
</p>

</body> 
</html>

step3: turn off ios ringtones(silent mode on)
step3: click run 
step4: play the video
expect hear the audio and mute button works.

step5: right slide leave the page
step6: left slide back the page
step7: play the video. but see mute button not works.
step8: turn on the device ringtones button (audio works)

Thanks

-- 
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/20191021/2a14d132/attachment-0001.html>


More information about the webkit-unassigned mailing list