I'm using alloy to load a mobile webpage in a view:
<Alloy> <Window class="container"> <WebView id="webview" url="https://www.rss.com/mobile" /> </Window> </Alloy>How can I show a spinner anytime this view is loading pages?
I'm using alloy to load a mobile webpage in a view:
<Alloy> <Window class="container"> <WebView id="webview" url="https://www.rss.com/mobile" /> </Window> </Alloy>How can I show a spinner anytime this view is loading pages?