melonDS-android icon indicating copy to clipboard operation
melonDS-android copied to clipboard

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

Open andyearnshaw opened this issue 2 years ago • 2 comments

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:

  • [ ] Improve the default layout so that components are never rendered off screen
  • [ ] Add a setting in the menu to clear all components from the screen so that they can be added back manually

andyearnshaw avatar Jan 03 '22 15:01 andyearnshaw

Replicated on Fold 3

oddgoo avatar Mar 08 '23 05:03 oddgoo

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.

hammondan avatar Jul 22 '23 15:07 hammondan