Last active
June 25, 2018 11:11
-
-
Save loo2k/73073d15a39892475ea3a58f1a4d084f to your computer and use it in GitHub Desktop.
微信 webview 小窗播放视频解决方案,演示地址 https://luke.cdc.im/wechat-inline-video/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
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