Closed dels1in closed 1 year ago
found the same in android. "react-native": "0.71.4",
same story here with same version numbers
Same error with this versions: "react-native-vimeo-iframe": "^1.2.1", "react": "18.1.0", "react-native": "0.70.8",
javaScriptEnabled={true}
allowsFullscreenVideo={false}
allowsInlineMediaPlayback
injectedJavaScript='
document.body.style.backgroundColor = "black";
true;
'
try this props
Same issue. Did anyone found a solution?
Same here, if there is a solution, I'm very interested.
Trying to play a video on iOS 16.4 simulator returns a white screen
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",