You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in the need of an option to enter and leave picture in picture since I'm using my own custom controls, and only planning on using this library for the picture-in-picture.
Expected Behavior:
So user clicks a button, I call MediaPlayer.enterPictureInPicture({player: 'example'})
When the user enters back into the app, I call MediaPlayer.leavePictureInPicture({player: 'example'})
Thank you! Best of luck!
The text was updated successfully, but these errors were encountered:
Awesome library btw.
I'm in the need of an option to enter and leave picture in picture since I'm using my own custom controls, and only planning on using this library for the picture-in-picture.
Expected Behavior:
So user clicks a button, I call
MediaPlayer.enterPictureInPicture({player: 'example'})
When the user enters back into the app, I call
MediaPlayer.leavePictureInPicture({player: 'example'})
Thank you! Best of luck!
The text was updated successfully, but these errors were encountered: