Skip to content

[Feature Request] Auto fullscreen and landscape orientation for Video on mobile #13

@iilter

Description

@iilter

Hi Flet team,

I’m building a video-focused mobile app using Flet and would like to request support for automatically enabling fullscreen mode and forcing landscape orientation when a video starts playing.

Currently, we can hook into on_loaded, on_play, or similar events, but there’s no way to programmatically trigger fullscreen or force landscape orientation on mobile.

In Flutter, this is usually done using SystemChrome.setPreferredOrientations(...). It would be great to have a similar API or parameter in Flet to enable this behavior.

This would significantly improve user experience for media-heavy applications.

Thanks for all your great work on Flet!

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