mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
test: add webview example
This commit is contained in:
committed by
Martin Yankov
parent
20c4417412
commit
d7dcc737f6
@@ -17,6 +17,8 @@
|
|||||||
<Button text="RadCalendar Examples" tap="onNavigate" route="radcalendar/radcalendar-page"></Button>
|
<Button text="RadCalendar Examples" tap="onNavigate" route="radcalendar/radcalendar-page"></Button>
|
||||||
<Button text="RadChart Examples" tap="onNavigate" route="radchart/radchart-page"></Button>
|
<Button text="RadChart Examples" tap="onNavigate" route="radchart/radchart-page"></Button>
|
||||||
<Button text="Expand Examples" tap="onNavigate" route="expand/expand-page"></Button>
|
<Button text="Expand Examples" tap="onNavigate" route="expand/expand-page"></Button>
|
||||||
|
<Button text="Repeater Examples" tap="onNavigate" route="repeater/repeater-page"></Button>
|
||||||
|
<Button text="WebView Examples" tap="onNavigate" route="webview/webview-page"></Button>
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
|
|
||||||
|
|||||||
4
e2e/safe-area/app/webview/webview-page.xml
Normal file
4
e2e/safe-area/app/webview/webview-page.xml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<Page xmlns="http://www.nativescript.org/tns.xsd">
|
||||||
|
<!-- <WebView src="https://nativescript.org/" /> -->
|
||||||
|
<WebView src="https://docs.nativescript.org/" />
|
||||||
|
</Page>
|
||||||
Reference in New Issue
Block a user