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
Hi @jeffswitzer,
I was able to recreate the issue while using your demo app and will mark this problem as a bug. It seems that there is an issue with the router-outlet. As a workaround, I would suggest using page-router-outlet. Check out the example here.
Environment
have only tried on android
Describe the bug
After closing a modal, back navigation via routerExtension doesn't work resulting in a runtime error.
To Reproduce
Open this nativescript playground
ERROR TypeError: Cannot read property 'isPageNavigationBack' of undefined
Expected behavior
The back navigation should take you back to component 1
Additional context
This may be related to #1350
The text was updated successfully, but these errors were encountered: