We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d940d commit 172152aCopy full SHA for 172152a
apps/app/ui-tests-app/web-view/web-view.xml
@@ -2,7 +2,7 @@
2
<ListView loaded="loaded">
3
<ListView.itemTemplate>
4
<WebView loaded="onLoaded" loadStarted="onLoadStarted" loadFinished="onLoadFinished" unloaded="onUnloaded"
5
- src="http://www.bbc.com/" minHeight="250" />
+ src="https://docs.nativescript.org/" minHeight="250" />
6
</ListView.itemTemplate>
7
</ListView>
8
</Page>
0 commit comments