Wayaer / fl_pip

flutter picture-in-picture plugin for ios and android
MIT License
25 stars 13 forks source link

I can't control the buttons on my screen from the picture-in-picture screen #23

Open mike841123 opened 1 month ago

mike841123 commented 1 month ago

I successfully used the following function to enter the picture-in-picture screen FlPiP().enable( ios: const FlPiPiOSConfig(), );

Problem: 1.When ios switches to picture-in-picture and then enters the background, my flutter video will be paused.

2.I can't control the buttons on my screen from the picture-in-picture screen

Wayaer commented 1 month ago

Problem 1: When the app switches to the background, iOS freezes the app process, and no good solution has been found yet. Problem 2: should only occur on the Android side, and it has been resolved in version 3.0.0