sony / flutter-embedded-linux

Embedded Linux embedding for Flutter
BSD 3-Clause "New" or "Revised" License
1.2k stars 127 forks source link

Screen rotation paramter doesn't work reliable (DRM) #273

Open Taha-Firoz opened 2 years ago

Taha-Firoz commented 2 years ago

While testing the embedder with the screen rotation parameter I've come across many times, that the embedder sometimes doesn't respect the screen rotation parameter . If the application is restarted or the device is restarted the then the application has the correct rotation applied to it. This is weird undefined behavior, and we can't find an easy way to reproduce it however 3 devices have experienced this problem in certain times randomly.

Taha-Firoz commented 2 years ago

I there something I can investigate, because I remember you fixed the rotation issue last time. It almost feels as if the code responsible for rotation runs after the UI has already launched