NEW196344
REGRESSION (iOS 12.2): UIWebView mediaPlaybackRequiresUserAction fail
https://bugs.webkit.org/show_bug.cgi?id=196344
Summary REGRESSION (iOS 12.2): UIWebView mediaPlaybackRequiresUserAction fail
Jin
Reported 2019-03-28 03:02:29 PDT
Created attachment 366160 [details] Demo I found a bug at iOS 12.2 with UIWebView. 1. create a UIWebView with mediaPlaybackRequiresUserAction=YES; self.webView.mediaPlaybackRequiresUserAction = YES; It means, Video only can be play while User click it. 2. Open a web with the UIWebView I write a Video tag: <video controls id="videoo" src="http://image.uc.cn/s/uae/g/0n/iosvideo/video.mp4"></video> 3. When I click the Video's default Play Button, it can not be play. It works well at Safari and iOS 12. You can build the Demo to a iOS 12.2 iPhone to try it.
Attachments
Demo (32.46 KB, application/x-zip-compressed)
2019-03-28 03:02 PDT, Jin
no flags
Radar WebKit Bug Importer
Comment 1 2019-03-28 10:50:38 PDT
Note You need to log in before you can comment on or make changes to this bug.