Hi,
So I have an app in forms which consists of 2 pages, a list view and when clicking on the list item it opens up some details.
However, when I receive a notification (lets say with Android), and the user taps the notification I want it to open the details page directly (based on the data in the notification).
I have created the notification and a second AndroidActivity that I start when the user clicks on the notification. However I am struggling to make out how to get the correct navigation stack. Basically if I hit back, it must move to the list view and not close the app or anything.