melonDS-android
melonDS-android copied to clipboard
[Bug] Default layout is messed up on Galaxy Fold in portrait orientation
This is how the default layout looks in portrait mode on the main screen:
And the front screen:
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
Replicated on Fold 3
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.