chewie
chewie copied to clipboard
chewie doesn't work well on iPhone Browsers
I have the same problem. My code is OK on iOS and android. I have problem on web, when i open my app from iPhone browsers like Safari, Chrome, Firefox, it's has just sound(white picture). Any solution?
The same happens when I try to open video in the Desktop safari. I am using Safari Version 15.0 (16612.1.29.41.4, 16612)
Same here, video player doesn't work in iOS 15, seems like it is flutter video_player plugin issue.
Any solution here?
I was using ClipRRect and removing that the player was fixed for me on Safari. ClipRRect is causing issues on the safari browser I guess.
Bump, Having the same issue with ClipRRect. Only happening on Safari (Desktop)
Found a similar issue on the flutter repo. https://github.com/flutter/flutter/issues/56785