mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Add a new web-view test page.
This commit is contained in:
committed by
Vladimir Enchev
parent
3230a570ab
commit
d7a0d87d25
6
apps/ui-tests-app/web-view/wvlocal.xml
Normal file
6
apps/ui-tests-app/web-view/wvlocal.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<Page>
|
||||
<StackLayout orientation="vertical">
|
||||
<WebView src="~/ui-tests-app/web-view/test.html" height="50" />
|
||||
<WebView src="<html><body><img src='~/ui-tests-app/pages/test2.png'></img></body></html>" height="75" />
|
||||
</StackLayout>
|
||||
</Page>
|
||||
Reference in New Issue
Block a user