mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
Fix web-view test page.
This commit is contained in:

committed by
Vladimir Enchev

parent
d7a0d87d25
commit
b738e51cb3
@ -1,6 +1,6 @@
|
||||
<Page>
|
||||
<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" />
|
||||
<WebView src="~/web-view/test.html" height="50" />
|
||||
<WebView src="<html><body><img src='./pages/test2.png'></img></body></html>" height="75" />
|
||||
</StackLayout>
|
||||
</Page>
|
||||
</Page>
|
||||
|
Reference in New Issue
Block a user