lucasferreira / react-native-webview-android

Simple React Native Android module to use Android's WebView inside your app
355 stars 158 forks source link

mediaPlaybackRequiresUserAction similar support #103

Open jahnavi310 opened 6 years ago

jahnavi310 commented 6 years ago

Hi there,

First of all thanks for the amazing library - this was the only one that i got to work for html5 videos in android.

My issue is that the video starts playing as soon as it is loaded for the non-youtube videourls. Is there any support for something like mediaPlaybackRequiresUserAction that comes with the default react-native webview?