Skip to content

Instantly share code, notes, and snippets.

@loo2k
Last active June 25, 2018 11:11
Show Gist options
  • Save loo2k/73073d15a39892475ea3a58f1a4d084f to your computer and use it in GitHub Desktop.
Save loo2k/73073d15a39892475ea3a58f1a4d084f to your computer and use it in GitHub Desktop.
微信 webview 小窗播放视频解决方案,演示地址 https://luke.cdc.im/wechat-inline-video/
<!--
webkit-playsinline, playsinline 兼容 iOS 内联播放
x5-video-player-type 使 X5内核(QQ浏览器)使用 H5 的方式播放视频
-->
<video
webkit-playsinline
playsinline
x5-video-player-type="h5"
src="https://h5app.qq.com/act/TEG/TEG_recruit3/video/roll.mp4">
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment