wolf9236

Results 4 comments of wolf9236

> ios 12.2 以上videoPlayer都无法播放,看csdn上写的解决方案如下: > > UIwebview 在iOS12.2以后会出现H5无法播放音视频的问题: > 解决办法:    > _WebView.allowsInlineMediaPlayback = YES; > _WebView.mediaPlaybackRequiresUserAction = NO; > > iOS升级到12.2后,如需在UIWebView中自动播放视频、或者想通过JS调用方法的方式播放视频,必须将UIWebView中的“mediaPlaybackRequiresUserAction”设置为NO;这个属性的意思就是:是否需要用户操作才能播放视频,默认为YES; > > iOS12.2之前的系统版本无此问题,WKWebView在各个兼容WKWebView的系统中也无此问题,说明在iOS12.2中把UIWebView的这个属性做了加强; > ———————————————— > 版权声明:本文为CSDN博主「wumu_Love」的原创文章,遵循 CC 4.0...

ios 13.3.1 也出现同样问题 The media could not be loaded, either because the server or network failed or because the format is not supported,用微信开发者工具是正常的,视频为mp4,安卓9环境下是正常播放,

> ios 13.3.1 也出现同样问题 > The media could not be loaded, either because the server or network failed or because the format is not supported,用微信开发者工具是正常的,视频为mp4,安卓9环境下是正常播放, 经过反复测验,不是控件的问题,是视频的问题,部分视频经过转码之后不支持ios播放,具体原因还在排查中