WebView with Video or WEBRTC

Hi. Please have the next problem.

When open a screen class with a WebView dont play the video or WebRCT, onlt show the icon to play but dont load.

My code is:

return <WebView 
            source={{uri: 'https://appr.tc/r/abccasoft?hd=true'}} 
            style={{marginTop: 20}} 
            javaScriptEnabled={true}
            domStorageEnabled={true}
            mediaPlaybackRequiresUserAction={true}
            startInLoadingState = {true}
            allowsInlineMediaPlayback = {true}
            />;

Thanks for your help

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.