rafaelvcaetano / melonDS-android

Android port of melonDS
GNU General Public License v3.0
797 stars 48 forks source link

[Bug] Default layout is messed up on Galaxy Fold in portrait orientation #788

Open andyearnshaw opened 2 years ago

andyearnshaw commented 2 years ago

This is how the default layout looks in portrait mode on the main screen:

image

And the front screen:

image

This is unfixable as the bottom DS screen and some of the buttons are not accessible for moving and resizing. The only workaround is to use landscape. The screen resolution for the fold is 1536x2152 pixels, so it's nonstandard compared with phones and tablets. The front screen is also narrower and taller at 720x1680 pixels.

I think there are two potential improvements that could be made here:

oddgoo commented 1 year ago

Replicated on Fold 3

hammondan commented 1 year ago

This is also an issue on the Google Pixel Fold. In the layout editor, it doesn't allow all components (like the bottom screen) to be placed in the more narrow orientation of the Pixel Fold while unfolded.