Open mike841123 opened 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
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
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