Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

React Native WebView video not playing in iOS

$
0
0

I developed mobile app which has video player in react native.
Then I built both Android and iOS app from the react native project.
But it's working well in Android but not playing in iOS.
If you've ever experienced this problem, please help me.

This is code and package information.

<WebView 
    allowsFullscreenVideo={true} 
    style={{ aspectRatio: 1.6, backgroundColor: "#000000", flex: 1 }}
    source={{ uri: 'https://sample.mp4' }}                    
/>

"react": "16.9.0",
"react-native": "0.61.5",
"react-native-webview": "^8.0.3",

Viewing all articles
Browse latest Browse all 16750

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>