pip_view icon indicating copy to clipboard operation
pip_view copied to clipboard

How to use pip view in video

Open Prashant12461246 opened this issue 4 years ago • 1 comments

I am not able to play video like amazon prime or netflix on pip mode. it should give me option for full screen, play pause while state is in pip view.

Prashant12461246 avatar Dec 21 '21 12:12 Prashant12461246

Hello, @Prashant12461246. This lib handles PIP at the application level, it does not have any integration at the OS level. So you can only see the floating view with the app open. You will need some other lib to integrate with the OS PIP presentation.

If you want to display some video only while the user has the application foregrounded you can use this lib with some video player lib, for example: https://pub.dev/packages/video_player.

lslv1243 avatar Dec 21 '21 22:12 lslv1243