-
Notifications
You must be signed in to change notification settings - Fork 284
URL scheme to show the vaccination certificate? #3484
Comments
@hansemannn there's no support for a URL schema at the moment that would allow to open the vaccination certificate from other apps. |
Has your question been answered? I'd suggest you open a new "Enhancement Request" issue, requesting to add an URL schema. Best would be if you mention there that you'd be willing to implement this. Have a nice Sunday. |
+I think it would be cool to have something like {
"1":
{
"status": "valid",
"type": "vaccination",
"name":
{
"given": "Max",
"family": "Mustermann",
"transliterated":
{
"given": "MAX",
"family": "MUSTERMANN",
},
},
"dob": "1999-05-21",
},
"2":
{
"status": "valid",
"type": "test",
"name":
{
"given": "Martha",
"family": "Mustermann",
"transliterated":
{
"given": "MARTHA",
"family": "MUSTERMANN",
},
},
"dob": "2007-11-09",
},
}, |
I had the same question recently. I would like to add a Shortcut (Kurzbefehl) on my Homescreen to quickly access my vaccination certificate via a url scheme (e.g., |
To add to that, it might be an interesting application to have an NFC tag (with this url scheme embedded) near certificate checkpoints to provide an easy shortcut for users to view the certificate QR code for scanning. As a user, I can tap my phone on the NFC tag and have the CWA immediately open and display my newest vaccincation/valid test certificate. |
Maybe you should transfer this issue to ehn-dcc-development/hcert-spec cause if this would be implemented, it should work with every wallet app. |
I suggest to close this issue as the question which was asked in the OP has been answered by @mlenkeit. |
Let's convert it to a feature request! 💻 |
@moabits I suggest you open a new issue in the https://github.com/corona-warn-app/cwa-wishlist for this, as if implemented, it should be implemented for both, iOS & Android. |
Hi there!
Very quick question: Is there an URL scheme, yet to directly open the vaccination certificate from other apps? We have a travel app where many users requested a feature already to open the certificate from our app and likely many other apps will be interested in this as well (to have a common shortcut to the pass). Thanks in advance!
Best,
Hans
P.S.: If not available, yet, I'd be happy to implement it, but it'd be good to know if such a change is welcome in this repo.
The text was updated successfully, but these errors were encountered: