Currently, we are creating an Android TV app, in this app, we use WebView to host a web page, there are a <video>
tag in this web page, but when we click the play button, the video will go into fullscreen mode automatically.
We tried the following trick to prevent video into fullscreen, still can't prevent video into fullscreen mode.
Can I avoid the native fullscreen video player with HTML5 on iPhone or android?
Anyone have experience to prevent video into fullscreen?