Closed
Description
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
- using router, navigate from component1 to component2
- open a modal inside component2
- close the modal
- click back to attempt to navigate back from component2 to component1
- runtime error says:
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