Enable Picture In picture Mode In Mobile Browser

Dhav Indian

New Member
How to Pin embedded player any where inside screen from Android mobile browser, this feature is supported or not in android browser
 

Max

Administrator
Staff member
Good day.
On Embed Player example page sample.html, embed player page itself is places to iframe in div element:
HTML:
<div class="fp-remoteVideo" style="max-width:480px; height:270px;">
     <iframe id="fp_embed_player" scrolling="no" allowfullscreen="allowfullscreen" marginwidth="0" marginheight="0" frameborder="0" width="100%" height="100%"  src="player.html"></iframe>
</div>
So you can arrange your web application page by the same way, and place the div element anywhere on the screen.
 

Dhav Indian

New Member
Thanks Max for Reply
IN "Picture In picture Mode" We can put player even out side browser element in dekstop browser , but in mobile browser how to Put it outside browser is query .
 

Max

Administrator
Staff member
Here is described how to use Picture-in-Picture on Android. To see if it is working for your browser, first try it with e.g., youtube.com.
 
Top