OnActivated Event to Handle URI Activation on Xamarin Forms? #2602
Unanswered
djrpascu
asked this question in
Xamarin.Forms
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to navigate to a detail page in my Prism.Forms application when a user selects a link in an email. For UWP, I've set the Protocol Declaration and a name, and defined the OnActivated method in my UWP project, so I'm at a minimum able to launch the application. Is there a way to navigate to a specific page using the shared project and NavigationService provided by Prism? Would like to make same call for iOS project.
Thanks for Prism!
Beta Was this translation helpful? Give feedback.
All reactions