react-native-vimeo-iframe
react-native-vimeo-iframe copied to clipboard
Automatic fullscreen on android
On iOS the player goes fullscreen once the video is loaded. I cannot replicate this behavior on android and i need to manually click on the fullscreen button. This is my config
<Vimeo videoId={this.props.route.params.videoId} params={"api=1&autoplay=1&fullscreen=1"} handlers={videoCallbacks} style={{ backgroundColor: "black" }} androidLayerType='hardware' />
Any idea to replicate this automatic fullscreen behavior on android ?
Nice lib guys, thanks.