NativeScript/angular

Wrong ActionBar Offset in nested page-router-outlet

cjohn001 opened this issue · 1 comments

Update: The issue persists with "@nativescript/angular": "14.2.6"

Hello together, I cross reference the following issue here, as I am not sure if it is an issue of core or ns-angular

As described in the referenced issue, since the latest core version "@nativescript/core": "8.3.6" I observe an issue where the layout in a page-router-outlet is broken due to an actionbar offset for a page which has no actionbar. I suspect it is timing issue as it only happens for the first page-router-outlet to become active when I transition to the page.

NativeScript/NativeScript#10092

Environment, etc is described in the other issue.

If you might have an idea for a temporal workaround it would be great to let me know it. I have not figured out yet how I could force the actionbar offset to be set to 0 programatically.

I also tried with "@nativescript/angular": "14.2.6-alpha.0", and "@nativescript/core": "8.3.6", same issue

fixed with NS Core 8.4.3