Description
Environment
Provide version numbers for the following components (information can be retrieved by running tns info
in your project folder or by inspecting the package.json
of the project):
- CLI: 8.1.5
- Cross-platform modules: 8.1.1
- Android Runtime: 8.1.0
- iOS Runtime: 8.1.0
- Plugin(s): @nativescript-community/ui-material-bottom-navigation / 6.2.5
- NativeScript-Angular: 13.0.0
- Angular: 13.1.1
There seems to be something a bit off using back-navigation after upgrading from Angular 12 to Angular 13.
During the first back navigation everything looks normal, but repeating the exact same navigation a second time starts with a blank screen (animated sliding in from the left) and then the actual content comes sliding in from the right after a small delay.
I cannot reproduce this using the smallest sample (ns create ns81-ng13 --ng
) but using this sample with bottom navigation and nested page router outlets:
https://github.com/timdoege/ns-login-tab-navigation-ng13
This is just the same app as this one:
NativeScript/login-tab-navigation-ng#21
- just updated from Angular 12 to Angular 13.
The Angular 12 version does not have this behaviour (just testing by entering player details and pressing Back()).
In my larger project, I do get this new error message now
CONSOLE ERROR: ns-router: Attempted to call startGoBack while going back:
when the back navigation is off.