mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
feat(iOS): Safe Area Support (#6230)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<Page>
|
||||
<GridLayout rows="240, *">
|
||||
<GridLayout width="290" id="test-element" automationText="test-element" />
|
||||
<GridLayout automationText="test-element" id="test-element" width="290" iosOverflowSafeArea="false"></GridLayout>
|
||||
<WrapLayout row="1">
|
||||
<Button width="40" height="40" text="r" tap="resetTap"/>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<Page xmlns="http://schemas.nativescript.org/tns.xsd" navigatingTo="navigatingTo" class="page">
|
||||
<GridLayout columns="auto * auto" rows="auto *" borderWidth="1" borderColor="black">
|
||||
<GridLayout columns="auto * auto" rows="auto *" borderWidth="1" borderColor="black" iosOverflowSafeArea="false">
|
||||
|
||||
<StackLayout borderWidth="1" borderColor="black" verticalAlignment="top" width="150">
|
||||
<Label text="textWrap: false" horizontalAlignment="center"/>
|
||||
|
Reference in New Issue
Block a user