test: add webview example

This commit is contained in:
Vasil Chimev
2018-08-22 16:53:41 +03:00
committed by Martin Yankov
parent 20c4417412
commit d7dcc737f6
2 changed files with 6 additions and 0 deletions

View File

@@ -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>

View 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>