Open limyandi opened 3 years ago
@limyandi not sure where the issue comes from. Lot of moving part in your code. If you can reproduce without angular, 3rd party plugins, and a very simple repro code i will fix it
@farfromrefug Why would he reproduce without angular when he's getting the issue with Angular? He has even linked the whole repo and everything :D
@csimpi to know if the issue is angular related or not! i wont fix any angular issue as i dont work with it. You are welcome to fix it and create a PR
@limyandi it's been a while so you might already have solved it, but if not, try replacing page-router-outlet with a router-outlet in home.component.html
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
I uses the "@nativescript-community/ui-material-tabs" plugin to show tabs in IOS and Android.
The problem is, the component "strangely" affect the top safe area in IOS (tested in IPhone 11 Pro) as you can see below:
I have troubleshoot and determine the issue to be when using MD Tabs and Nested Routing (where the Action Bar is defined in children tab).
Below is the associated components:
app.component.html
app-routing.module.ts
home.component.html
home.component.ts
home-routing.module.ts
And finally, the "featured" children tab component which defines the action bar (which takes up the space in the ios safe area)
featured.component.html
Is there any code involved?
https://github.com/limyandi/fuzzy-octo-memory