sony / flutter-elinux

Flutter tools for embedded Linux (eLinux)
BSD 3-Clause "New" or "Revised" License
408 stars 43 forks source link

Unable to make fullscreen on X11 backend #220

Closed baharanchi closed 10 months ago

baharanchi commented 10 months ago

Hello,

I built my app for elinux-x11 and used "--fullscreen" to make it fullscreen but it's not working.

I also tried using the window_manager package for making it fullscreen, but it didn't work since it is implemented for Windows, Mac and Linux but not for eLinux.

P.S. I am developing for the NanoPC-T4 board and can't use the Wayland backend per issue #215

HidenoriMatsubayashi commented 10 months ago

Closing this issue as it is a duplicate of #136. Thank you.