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

committed by
Vladimir Enchev

parent
3230a570ab
commit
d7a0d87d25
@ -1017,6 +1017,9 @@
|
||||
<Content Include="apps\ui-tests-app\web-view\test.html" />
|
||||
<Content Include="apps\ui-tests-app\web-view\webview.xml" />
|
||||
<Content Include="apps\ui-tests-app\web-view\webviewhtmlwithimages.xml" />
|
||||
<Content Include="apps\ui-tests-app\web-view\wvlocal.xml">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="apps\ui-tests-app\web-view\webviewlocalfile.xml" />
|
||||
<Content Include="fetch\fetch.js" />
|
||||
<Content Include="css-value\reworkcss-value.js" />
|
||||
|
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