MetaLabs-inc / react-native-vimeo-iframe

MIT License
44 stars 36 forks source link

IOS white screen #64

Closed dels1in closed 1 year ago

dels1in commented 1 year ago

Trying to play a video on iOS 16.4 simulator returns a white screen

Captura de Tela 2023-05-17 às 16 20 15

made it work after changing the video quality, but doesn't work on the first time loading the video(tried with and without autoplay, same result)

UI works and still tracks video progress, audio is also ok, just the image is not showing

Also tried in another iOS version(16.0) and worked fine. Apparently, the problem is only on the new iOS version

Works fine on Android

"react-native-vimeo-iframe": "^1.2.1", "react": "17.0.2", "react-native": "0.66.5",

skImranSabuj commented 1 year ago

found the same in android. "react-native": "0.71.4",

l3aconator commented 1 year ago

same story here with same version numbers

luizfonsecaa commented 1 year ago

Same error with this versions: "react-native-vimeo-iframe": "^1.2.1", "react": "18.1.0", "react-native": "0.70.8",

kushalAppiness commented 1 year ago
                javaScriptEnabled={true}
                allowsFullscreenVideo={false}
                allowsInlineMediaPlayback
                injectedJavaScript='
                document.body.style.backgroundColor = "black";
                true;
                '

                try this props
Shasikhan commented 1 year ago

Same issue. Did anyone found a solution?

aguilanegra commented 1 year ago

Same here, if there is a solution, I'm very interested.

Marcoo09 commented 1 year ago

Hi all, as detailed here and here, this issue does not happen on real devices and in the latest iOS versions. Closing the bug, as it's not directly related to this library. I'll monitor the player SDK for any potential workarounds or fixes.