解决ios在浏览器中视频不能播放的问题


To view this video please enable JavaScript, and consider upgrading to a web browser that
supports HTML5 video



$(function () {
if (!navigator.userAgent.match(/(iPod|iPhone|iPad)/)) {
$("video").prop('muted', false);
}
});

你可能感兴趣的:(大前端)