Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 18 no option to close the mp4 video #309

Open
kirito0206 opened this issue Oct 21, 2024 · 3 comments
Open

iOS 18 no option to close the mp4 video #309

kirito0206 opened this issue Oct 21, 2024 · 3 comments

Comments

@kirito0206
Copy link

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
#301

He removed the "audio" option in "UIBackgroundModes" to solve the problem, but I need this.

@kirito0206
Copy link
Author

image

@crazecoder
Copy link
Owner

crazecoder commented Oct 22, 2024

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.
未命名

@kirito0206
Copy link
Author

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.

  1. Add a delay solution
  2. Turn off the animation (there is still no navigation bar on the first click)

javaherisaber#18

zbarbuto added a commit to NextFaze/open_file that referenced this issue Oct 23, 2024
Testing if fixes the UI issue on iOS 18
See:
crazecoder#309
javaherisaber#18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants