Files
NativeScript/apps/app/ui-tests-app/web-view/web-view-test.xml
SvetoslavTsenov 99611a9979 Include resource folder
Fix tslint error
2017-05-31 17:21:17 +03:00

16 lines
522 B
XML

<Page>
<StackLayout orientation="vertical">
<!-- WebView: local and string -->
<WebView src="~/ui-tests-app/web-view/test.html" height="50" />
<WebView src="&lt;html&gt;&lt;body&gt;&lt;img src='./ui-tests-app/resources/images/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://testlogo" stretch="none" />
</WrapLayout>
</StackLayout>
</Page>