Files
2016-04-08 12:30:54 +03:00

16 lines
483 B
XML

<Page>
<StackLayout orientation="vertical">
<!-- WebView: local and string -->
<WebView src="~/web-view/test.html" height="50" />
<WebView src="&lt;html&gt;&lt;body&gt;&lt;img src='./pages/test2.png'&gt;&lt;/img&gt;&lt;/body&gt;&lt;/html&gt;" height="75" />
<!-- Resources: png and jpg -->
<WrapLayout>
<Image src="res://icon" stretch ="none" />
<Image src="res://logo" stretch ="none" />
</WrapLayout>
</StackLayout>
</Page>