JasmineHua / asker

For collecting my questions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to avoid the native fullscreen video player with HTML5 on wechat?

JasmineHua opened this issue · comments

i had tried to add webkit-playsinline

<video id="myVideo" width="280" height="140" webkit-playsinline>

but the native video player still will pop up and takes over the screen on wechat of android.
Is there any way around this?