When navigating from a page X to a page Y with
views.main.router.navigate(Y)
Y.beforeIn fires first and then
X.beforeOut fires
Can this be controlled somehow?
When navigating from a page X to a page Y with
views.main.router.navigate(Y)
Y.beforeIn fires first and then
X.beforeOut fires
Can this be controlled somehow?
This is a bug, will be fixed in next update
For completeness, the issue above have been experience with the option
preloadPreviousPage set to false
This is already fixed in latest update