-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add protocol handlers for PWA #547
Labels
Comments
I think to do this we need to be able to do something like |
This would only be useful for chrome on android from what it looks like. |
alpeb-btc
pushed a commit
to alpeb-btc/mutiny-web
that referenced
this issue
Feb 21, 2024
Closes MutinyWallet#547 In my testing I could only make the `bitcoin` handler work. This is likely due to the ["safelisted schemes"](https://html.spec.whatwg.org/multipage/system-state.html#safelisted-scheme). The `send?invoice=%s` url was already being handled by the `parsePaste` function but the invoice data wasn't getting picked up, so I had to add the `handleDestination` call in there.
alpeb-btc
added a commit
to alpeb-btc/mutiny-web
that referenced
this issue
Feb 21, 2024
Closes MutinyWallet#547 In my testing I could only make the `bitcoin` handler work. This is likely due to the ["safelisted schemes"](https://html.spec.whatwg.org/multipage/system-state.html#safelisted-scheme). The `send?invoice=%s` url was already being handled by the `parsePaste` function but the invoice data wasn't getting picked up, so I had to add the `handleDestination` call in there.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like we can have it so when we scan a QR outside the app, mutiny will be an option.
Should hook this up for
lightning
,bitcoin
, andlnurlp
https://developer.mozilla.org/en-US/docs/Web/Manifest/protocol_handlers
The text was updated successfully, but these errors were encountered: