JagandeepBrar / lunasea

Self-hosted software controller built using Flutter
https://www.lunasea.app
GNU General Public License v3.0
1.28k stars 63 forks source link

[Other] respect screen rotation when viewing externals #616

Closed gingerbeardman closed 2 years ago

gingerbeardman commented 2 years ago

I use some external modules that aren't mobile optimized. They look a bit better when using the phone rotated to landscape orientation.

But LunaSea keeps everything in portrait mode and doesn't respect the rotation of my device screen.

Please add the ability to show the screen in landscape when viewing externals.

LunaSea image

Safari image

JagandeepBrar commented 2 years ago

Rotation is now supported on all platforms and that should include external modules in integrated WebViews!

gingerbeardman commented 2 years ago

Awesome - thanks!