Skip to content

Video is not opening in fullscreen mode #78

@sinanverve7

Description

@sinanverve7

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions