-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
i'm trying to open the video in fullscreen mode by default but it always open in a small popup at top.
what i'm missing here? is it a bug in plugin?
const succ = await MediaPlayer.create({
url: url, // Replace with your video URL
playerId: "videoPlayer",
ios:{
openInFullscreen:true,
fullscreenOnLandscape:true
},
android:{
openInFullscreen:true,
fullscreenOnLandscape:true
},
extra:{
autoPlayWhenReady:true
}
})
Metadata
Metadata
Assignees
Labels
No labels