You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Insite the class
handleNotifikasyon(): void {
this.router.navigate(["/the-path"]])
console.log('handling')
}
When the app is on the foreground and I tap the notification, the router navigates to the path correctly.
But, If I close the app by pressing the back button, and then tap the notification, the app opens, it prints the text handling but it does not navigate to the path.
The text was updated successfully, but these errors were encountered:
I have this code in my app component:
When the app is on the foreground and I tap the notification, the router navigates to the path correctly.
But, If I close the app by pressing the back button, and then tap the notification, the app opens, it prints the text
handling
but it does not navigate to the path.The text was updated successfully, but these errors were encountered: