Open kirito0206 opened 1 month ago
I don't think this is a common issue caused by UIBackgroundModes on iOS 18. It may exist in a certain scenario. This is the effect after I set UIBackgroundModes to audio.
I have found the problem, it is caused by this animation.
On iOS 18, the navigation bar is not displayed due to the animation, and the playback page cannot be closed normally.
After updating my device to iOS 18, an error appeared. I am opening a video file. The video opens in full screen mode and start play. There are no video control buttons and no close button. So it is not possible to go back to the apps. Is there any suggestion what it could be?
Flutter 3.22.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision 761747bfc5 (5 months ago) • 2024-06-05 22:15:13 +0200 Engine • revision edd8546116 Tools • Dart 3.4.3 • DevTools 2.34.3
Same issue as this address https://github.com/crazecoder/open_file/issues/301
He removed the "audio" option in "UIBackgroundModes" to solve the problem, but I need this.