react-native-vimeo-iframe icon indicating copy to clipboard operation
react-native-vimeo-iframe copied to clipboard

Automatic fullscreen on android

Open GwenaelOo opened this issue 1 year ago • 0 comments

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.

GwenaelOo avatar Aug 25 '23 17:08 GwenaelOo