Open
Description
Environment
- CLI: 8.1.2
- @nativescript/core: 8.1.2
- @nativescript/android: 8.1.1
- @nativescript/angular: 12.2.0
- @angular/*: 12.2.5
Describe the bug
Using ns run android
when the device is locked causes navigations to not work. Angular routing is still present (as inspected via { enableTracing: true }
), and components are still loaded. The new screens are not made visible, though.
Everything works as expected when the device is unlocked at the time of the app launch.
Expected behavior
Navigation should work.
Sample project
https://github.com/facetious/nativescript-angular-issue-2370
Steps to Reproduce
- Checkout the repo.
- Connect an Android device for development, but lock the screen.
- Run
ns run android
Navigation to any item in the list is indicated in the console, but the screen does not update.
Metadata
Metadata
Assignees
Labels
No labels