-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
Improve use of screen space / make barcode larger #33
Comments
Actually, making barcode size an option would be nice. On my tablet, it's too large to scan. |
I would instead suggest to render the barcode to an absolute physical size (e.g. "5 cm width") instead of rendering it to a relative screen size (e.g. "80% of the screen width"). The screen size would obviously have to be the upper boundary for this size (i.e. render it to 4cm / 80% of the screen, if the screen is only 5cm large). |
I am testing this application and want to use it and I can say that this size of the title is very huge in the landscape mode. |
Closing this in favour of #19 as it's very similar. |
Saturday Sep 22, 2018 at 16:25 GMT
Originally opened as brarcher/loyalty-card-locker#268
It would be great if the screen space could be used more efficiently on smaller screens.
In portrait mode the use is fine. There is a lot of space that is not used, but the general layout looks good and nothing is disproportionately small.

However, in landscape mode the space around the title is huge compared to the actual text. The size of the barcode suffers from this -- it is displayed way smaller than it could be, which makes it hard to scan.

I would propose for landscape mode to make the padding around the title much smaller and the barcode much larger. The space below the ID number should also be much smaller, to allow more space for the barcode.
The text was updated successfully, but these errors were encountered: