What’s the best way to display formatted static content to a user in Corona SDK? For example for your help page.
I note there is a native.newWebView() API I see, however it takes a URL. In this case I can have the HTML formatted locally. Is there no way in corona to say “display this HTML”? If yes would then like to place it in a scrollView widget so you could scroll up and down the content.