Skip to content

inFullScreen paramter in NeekoPlayerWidget is not working #16

@Maadhav

Description

@Maadhav

Basically I need to fullscreen the video when the Orientation is landscape.
So I have used OrienationBuilder in my app.

NeekoPlayerWidget(
                                  videoControllerWrapper: playerController,
                                  isPip: isPip || isMediumSize,
                                  inFullScreen:
                                      orientation == Orientation.landscape,
                                )

But the video stays the the same when the orientation changes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions