-
Notifications
You must be signed in to change notification settings - Fork 49
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
QrCode implementation in Print/Anchor #1482
Milestone
Comments
Really nice. Especially in the Share function! |
Cool! |
Would be great if you could post new screenshots after your changes in Anchor. :) |
And ignore the incorrect tooltip |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So as we all now, qr codes are cool, and therefore we should have them in hajk. Specifically in Print and Anchor (Utskrift and Dela).
I've already tested an implementation using the
enableAppStateInHash
and it seems to work fine.Qr codes can be implemented in both print:
And in Anchor:
And we should probably only allow qr code generation if
enableAppStateInHash
is enabled. Question is, what do we show ifenableAppStateInHash
is false? Nothing, or maybe inactive buttons? What do you think?The text was updated successfully, but these errors were encountered: