-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Support a more compact UI on small / high density screens #188
Comments
the small screen optimizations? of this app only apply when the width gets to small, there are no optimizations for height because more or less everthing can scroll. i know that the scaling isnt perfect, but this isnt a big issue in my opinion, because as said, it can scroll. But if you want to submit scaling fixes, please, go ahead... |
Scrolling (at least on non touch screen devices) is quite annoying for this - and keyboard navigation also isn't behaving very well (I've figured out earlier that I can move between elements with arrow keys, and if I'm on the card side pgup/pgdown are starting to work - which is neither fast nor intuitive). The application looks promising for quick actions on the road on small devices - but the layout gets in the way. I've been looking into flutter for setting up proper RPM builds of this few days ago, and wasn't very impressed about the overall state of this if you don't just want to grab the binary packages from google - so I'm unlikely to do code contributions |
why are you using a gui without a touchscreen or mouse? lol |
Oh and because of your flutte issue, i think you can build from source... |
I do have a touchpad on that thing (so I can click stuff), but two finger scrolling is working badly - and even worse when I'm outside and might have dirty fingers. Device is a GDP Micro PC, which generally is great as a portable machine with more options than an Android device.
This (and the chameleon ultra) generally seems to be in early stages of development, so I'm not surprised about that :) Apart from cracking mifare classic keys so far the proxmark seems to be more useful, though development looks promising. A compact UI would have an advantage in speed for some operations over CLI - though something properly scriptable like the proxmark client isn't far behind. |
well, were still using material design and flutter (which is widgeting layouting), so compact UI isnt gonna happen... IDK what your gonna do about your scrolling "issues" then, tbh sounds more like a problem your gotta solve, because i imagine a lot of other apps will behave similarly... As this App is available on andoird too and offers the exact same feature set (even more, BLE!), id suggest switching over to android or using the app in portrait on your gdp :p |
thx for the feedback and i know that scaling has to be looked at again, especially for "special cases" like you got, but thats currently one of our least concerns... anything else or am i safe to close this issue for now? |
I don't mind implementing a scaling option in the settings menu that allows for custom scaling. |
Is there any other flutter apps that support such behavior? |
Attached is a screenshot from a 6" screen, with only a small part of the card for one technology visible. The space should be sufficient to keep a complete card - including the key options - visible here.
The text was updated successfully, but these errors were encountered: