mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
web-view images now will be loaded correctly with base url
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<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" />
|
||||
<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