Bug description: When the URL accessed has an autoplay video this is automatically shown full screen. Having tried the mediaPlaybackRequiresUserAction this stops the autoplay, however, it then doesn't even show within the web page.
To Reproduce:
Go to any URL via the webview that has an autoplay video.
Expected behavior:
To be able to pass props to disable, more specifically the mediaPlaybackRequiresUserAction
Environment:
Please take a look at https://github.com/react-native-community/react-native-webview/blob/master/docs/Reference.md#allowsinlinemediaplayback
allowsInlineMediaPlayback={true} should do the trick
(Should be true by default imho)
Most helpful comment
Please take a look at https://github.com/react-native-community/react-native-webview/blob/master/docs/Reference.md#allowsinlinemediaplayback
allowsInlineMediaPlayback={true}should do the trick(Should be true by default imho)