Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excessive dead screenspace on iPhone #1407

Open
marsell opened this issue Jan 16, 2025 · 2 comments
Open

Excessive dead screenspace on iPhone #1407

marsell opened this issue Jan 16, 2025 · 2 comments
Labels
user Reported by an actual user, yay!

Comments

@marsell
Copy link

marsell commented Jan 16, 2025

Hello,

I am using db48x on an iPhone. I prefer smaller phones, so it's an iPhone SE, which means that the screen is also small.

When I opened up db48x, the calculator was notably smaller than I expected, before I realized that it has a border and other dead space. To wit:

http://desacci.org/db48x-deadspace.png

The dead space is outlined in red.

Perhaps it's not possible to get rid of the actual status line, but the rest is wasted space on a screen that cannot afford wasted space.

Is there anything I can currently do to remedy this? Or can an option be added to remove most/all of what's currently outlined in red?

@marsell marsell changed the title Excessive dead space on iPhone Excessive dead screenspace on iPhone Jan 16, 2025
@c3d c3d added the user Reported by an actual user, yay! label Jan 17, 2025
@c3d
Copy link
Owner

c3d commented Jan 17, 2025

It is a bit difficult to adjust the sides while preserving the aspect ratio (which is necessary to accurately identify the keys when touching).

Image

The best I could do is move the ⓘ sign inside the screen instead of outside of it, which makes it possible to slightly move things.

  • The space at the bottom is a result of the aspect ratio computation
  • The limiting factor is the combination of the total height, available space and aspect ratio constraint.

So the best I can get is something that is very slightly wider, at the expense of having the ⓘ button outside of the screen. I'm frankly not sure that I like it (it looks worse on all more modern iPhones).

Image

@marsell
Copy link
Author

marsell commented Jan 20, 2025

I'll take whatever I can get. If you make the "ⓘ" inside/outside as an option, preserving the current behaviour, then maybe that'd be acceptable to most people?

Out of curiosity, what is the logic for height, width and aspect ratio? It's not immediately obvious why there'd be empty margins on both the side and bottom if it's just to preserve aspect ratio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user Reported by an actual user, yay!
Projects
None yet
Development

No branches or pull requests

2 participants