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
12 lines
466 B
XML
12 lines
466 B
XML
<Frame codeFile='~/page.2'>
|
|
<Page backgroundColor="pink">
|
|
<ActionBar title="{{ $value, 'Page ' + $value }} ">
|
|
<ActionItem text="close" tap="closeModal" ios.position='right' />
|
|
</ActionBar>
|
|
<StackLayout backgroundColor="orange">
|
|
<Button text="FORWARD" tap="onTap"/>
|
|
<Button text="BACKWARD" tap="onBack"/>
|
|
<Button text="showModal" tap="showModal"/>
|
|
</StackLayout>
|
|
</Page>
|
|
</Frame> |