D Dhav Indian New Member May 30, 2019 #1 How to Pin embedded player any where inside screen from Android mobile browser, this feature is supported or not in android browser
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 May 31, 2019 #2 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.
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.
D Dhav Indian New Member May 31, 2019 #3 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 .
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 May 31, 2019 #4 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.
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.