You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: