Files
NativeScript/e2e/ui-tests-app/app/web-view/web-view-test-page.xml
Vasil Chimev ad8ce2c95d tests(ui-tests-app): update examples (#7387)
* refactor(ui-tests-app): tabmore example

* fix(ui-tests-app): web-view query example

* fix(ui-tests-app): misspelled img src path

* feat(image-source): add set rotationAngle for iOS

Compatibility with Android.
2019-06-21 15:35:27 +03:00

16 lines
484 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='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>