Dear All,
Hope everybody is doing well.
I implemented push notification in xamarin forms and it's working fine in both android and ios.
What I want is when application is in foreground and any notification comes then on tapping push notification I want to display body of the notification on the current page where user is working on.
Right now when user tap a notification , it start the mainactivity and hence a login screen.
What I want is if user is in login screen -> dashboard and user tap the notification then alert should show me message on dashboard page.
Hope I am clear in explaining.
Regards,