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 #268

Open
devurandom opened this issue Sep 22, 2018 · 5 comments
Open

Improve use of screen space / make barcode larger #268

devurandom opened this issue Sep 22, 2018 · 5 comments

Comments

@devurandom
Copy link

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.

@Efreak
Copy link

Efreak commented Oct 10, 2018

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

@devurandom
Copy link
Author

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

@vlskrbek
Copy link

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.

@rend3r
Copy link

rend3r commented Jun 12, 2019

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

@clach04
Copy link

clach04 commented Jan 18, 2020

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

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

5 participants