Is your feature request related to a problem? Please describe.
Currently, a markup/script change in modules at runtime executes navigation to the changed module and clears the application navigation history:
https://github.com/NativeScript/NativeScript/blob/master/tns-core-modules/ui/frame/frame-common.ts#L566-L597
Describe the solution you'd like
On a markup/script change in modules at runtime replaces the current back stack entry and preserve the application navigation history.
Reactions are currently unavailable
Is your feature request related to a problem? Please describe.
Currently, a markup/script change in modules at runtime executes navigation to the changed module and clears the application navigation history:
https://github.com/NativeScript/NativeScript/blob/master/tns-core-modules/ui/frame/frame-common.ts#L566-L597
Describe the solution you'd like
On a markup/script change in modules at runtime replaces the current back stack entry and preserve the application navigation history.