When I put my app in the background, Picture-in-Picture (PiP) mode works correctly on iOS, but it only shows a black screen. I’m working on a real-time transcription app, and I want to display live transcription text (fetched from Firebase) in PiP mode when the app goes into the background. This works perfectly on Android, but not on iOS — how can I show the transcription text in PiP on iOS?
When I put my app in the background, Picture-in-Picture (PiP) mode works correctly on iOS, but it only shows a black screen. I’m working on a real-time transcription app, and I want to display live transcription text (fetched from Firebase) in PiP mode when the app goes into the background. This works perfectly on Android, but not on iOS — how can I show the transcription text in PiP on iOS?