mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
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
19 lines
869 B
XML
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> |