Files
NativeScript/apps/app/modaltest/main-page.xml
Hristo Hristov 016c64fe04 showModal & closeModal can be called on any View
fix livesync implementation to be compatible with 3.4 and to replace mainEntry for 4.0 when root is not Frame
some refactoring of page.ios in order to allow showing multiple modal dialogs
2018-01-18 13:34:25 +02:00

19 lines
869 B
XML

<Frame>
<Page backgroundColor="blue" loaded='onNavigatingTo'>
<ActionBar>
<Label text='MIDDLE TEXT' backgroundColor='green' />
</ActionBar> -->
<!-- <TabView backgroundColor="green">
<TabViewItem title="Item One"> -->
<!-- <ScrollView backgroundColor="purple"> -->
<StackLayout backgroundColor="orange" verticalAlignment="center">
<Button text="LiveSync" tap="sync" />
<Button text="Show Modal TabView" tap="onModalTab" />
<Button text="Show Modal Frame" tap="onModalFrame" />
<Button text="requestLayout for titleView" tap="onTap3" />
</StackLayout>
<!-- </ScrollView> -->
<!-- </TabViewItem>
</TabView> -->
</Page>
</Frame>