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):
tns info
✔ Getting NativeScript components versions information...
✔ Component nativescript has 7.0.8 version and is up to date.
✔ Component @nativescript/core has 7.0.3 version and is up to date.
✔ Component @nativescript/ios has 7.0.0 version and is up to date.
✖ Component @nativescript/android is not installed.
Describe the bug
After any navigation events like focus or blur stop emitting.
To Reproduce
Run my sample project. Tap between text fields. Navigate to next page. Tab between text fields again. See for the logs.
(All the instruction you can also find in the ReadMe.md)
Expected behavior
All events are emitted regardless of my navigation
Additional context
I think the problem is related to ivy rendered. On Angular9 it can be fixed either by disabling Ivy or removing wrapper around page-router-outlet
Environment Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project): tns info ✔ Getting NativeScript components versions information... ✔ Component nativescript has 7.0.8 version and is up to date. ✔ Component @nativescript/core has 7.0.3 version and is up to date. ✔ Component @nativescript/ios has 7.0.0 version and is up to date. ✖ Component @nativescript/android is not installed.package.json
Describe the bug After any navigation events like
focus
orblur
stop emitting.To Reproduce Run my sample project. Tap between text fields. Navigate to next page. Tab between text fields again. See for the logs. (All the instruction you can also find in the ReadMe.md)
Expected behavior All events are emitted regardless of my navigation
Sample project https://github.com/SergeyMell/nativescript-ivy-issue
Additional context I think the problem is related to ivy rendered. On Angular9 it can be fixed either by disabling Ivy or removing wrapper around page-router-outlet