You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the QR code's payload is the stringified JSON and the link's href contains a base64 encoded payload as a query parameter.
I think it would be better to have both contain the same payload. And if the payload of the QR code is a link then systems could recognize the uri schema and suggest apps that could handle it
Right now the QR code's payload is the stringified JSON and the link's href contains a base64 encoded payload as a query parameter.
I think it would be better to have both contain the same payload. And if the payload of the QR code is a link then systems could recognize the uri schema and suggest apps that could handle it
Suggestion:
Make the link's href look like:
And the payload given to the QR code is the same:
Now if the user scans a WACI QR code with their camera app they could go to the waci link and an app that handles waci requests can be opened.
The text was updated successfully, but these errors were encountered: