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

Improve use of screen space / make barcode larger #33

Closed
TheLastProject opened this issue Oct 24, 2020 · 6 comments
Closed

Improve use of screen space / make barcode larger #33

TheLastProject opened this issue Oct 24, 2020 · 6 comments

Comments

@TheLastProject
Copy link
Member

Issue by devurandom
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.
screenshot_20180922-181432 edit

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.
screenshot_20180922-181409 edit

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.

@TheLastProject
Copy link
Member Author

Comment by Efreak
Wednesday Oct 10, 2018 at 16:46 GMT


Actually, making barcode size an option would be nice. On my tablet, it's too large to scan.

@TheLastProject
Copy link
Member Author

Comment by devurandom
Wednesday Oct 10, 2018 at 17:44 GMT


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).

@TheLastProject
Copy link
Member Author

Comment by vlskrbek
Monday Oct 15, 2018 at 09:22 GMT


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.

@TheLastProject
Copy link
Member Author

Comment by rend3r
Wednesday Jun 12, 2019 at 15:12 GMT


@Efreak not only tablet. Yep, slider or any other ui element to control size is highly appreciate.

@TheLastProject
Copy link
Member Author

Comment by clach04
Saturday Jan 18, 2020 at 22:47 GMT


Issue #262 is one possible way to handle this (possibly step 1 of a multi step enhancement).

@TheLastProject
Copy link
Member Author

Closing this in favour of #19 as it's very similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant