Add these lines to your html file
<script>document.getElementById("content").innerHTML += window.AppInventor.getWebViewString();</script>
Everytime the page is loaded, the text of WebView String will be added to the html tag with the id="content"
Better select list item
Same as select list item, but never throws an error.
Index 0 will return the last item, and so on and index length + 1 will return the first item again and so on.