mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-20 15:34:26 +08:00
10 lines
409 B
XML
10 lines
409 B
XML
<Page>
|
|
<GridLayout rows="* auto" columns="* * * *">
|
|
<WebView colSpan="3" src="someUrl | pathToLocalFile | htmlString" loaded="webViewLoaded" />
|
|
|
|
<Button row="1" col="0" text="rel" tap="loadRelative"/>
|
|
<Button row="1" col="1" text="abs" tap="loadAbsolute"/>
|
|
<Button row="1" col="2" text="file" tap="loadFile"/>
|
|
<Button row="1" col="3" text="str" tap="loadString"/>
|
|
</GridLayout>
|
|
</Page> |