Replies: 1 comment
-
Hi @andim27, it all depends on your requirements but personally I've added a listener in my app provider and then routed. Maybe in Nylo 7 I'll have a cleaner solution for this. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
How is it better to organize the correct transition to strategy in Nylo? The user receives a notification from an external source (this is not a local notification) At the same time, the user's application is closed. When clicking on the notification, the application with the desired page should be opened. If the user is registered on Nylo, he uses the definition of the initial route through InitialRoute() How and where to determine the notification interceptor to process it and open the desired page and then call initialRoute when closing it?
Beta Was this translation helpful? Give feedback.
All reactions