mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Test page
This commit is contained in:
10
apps/app/ui-tests-app/web-view/query-params.xml
Normal file
10
apps/app/ui-tests-app/web-view/query-params.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<Page>
|
||||
<GridLayout rows="* auto" columns="* * * *">
|
||||
<WebView colSpan="3" src="someUrl | pathToLocalFile | htmlString" loaded="webViewLoaded" />
|
||||
|
||||
<Button row="1" col="0" text="rel" tap="loadRelative"/>
|
||||
<Button row="1" col="1" text="abs" tap="loadAbsolute"/>
|
||||
<Button row="1" col="2" text="file" tap="loadFile"/>
|
||||
<Button row="1" col="3" text="str" tap="loadString"/>
|
||||
</GridLayout>
|
||||
</Page>
|
||||
Reference in New Issue
Block a user