mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 14:20:22 +08:00
7 lines
258 B
XML
7 lines
258 B
XML
<Page>
|
|
<StackLayout orientation="vertical">
|
|
<WebView src="~/web-view/test.html" height="50" />
|
|
<WebView src="<html><body><img src='./pages/test2.png'></img></body></html>" height="75" />
|
|
</StackLayout>
|
|
</Page>
|