JavaScript button - deep linking
I cant create a Button with a link
I have a very big problem, I am trying to open a Maui app with a link
I have a method to send emails with links
and this will send me a button link
however, for Windows is very different
after reading this (https://learn.microsoft.com/en-us/windows/uwp/launch-resume/handle-uri-activation)
I found out that I should register
and to be able to open my app, I need to format my invitation
but because this is not a URL, the button doesn't appear
Handle URI activation - UWP applications
Learn how to register an app to become the default handler for a Uniform Resource Identifier (URI) scheme name.
1 Reply
the button work for Android and Ios, but I am trying to make the link work on Windows