-
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Hi,
SafeArea not work for the content of pager with NS7 & @nativescript-community/ui-pager :
"@nativescript/core": "~7.0.0"
"@nativescript-community/ui-pager": "^13.0.0-alpha.10",
<Pager
backgroundColor="orange"
row="1"
#pager
[selectedIndex]="1"
>
<StackLayout *pagerItem backgroundColor="red" ios:iosOverflowSafeArea="true">
<label text="First"></label>
</StackLayout>
<StackLayout *pagerItem backgroundColor="white">
<label text="Second"></label>
</StackLayout>
<StackLayout *pagerItem backgroundColor="black">
<label text="Third" color="white"></label>
</StackLayout>
<StackLayout *pagerItem backgroundColor="green">
<label text="Fourth"></label>
</StackLayout>
</Pager>
I would like the white area to cover the safe area as well.
Thanks !
Metadata
Metadata
Assignees
Labels
No labels
