WebView Class Reference

WebView.showImage(url) WebView.showHtml(html, header) WebView.showUi(html)

This class can display an image URL downloaded from the Internet or some local HTML formatted content. All methods in this class are static. WebView and List class are mutually exclusive in a page

WebView.showImage(url)

Displays the image identified by its url (string) on the screen.

WebView.showHtml(html, header)

Displays the html buffer. header is an optional text string displayed in light gray before the html content

WebView.showUi(html)

Use this method to create custom HTML based screen. view Sample