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
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.