What is "webview"

Webview is a user interface element that displays web pages. It is usually the basis on which a developer can create his own web browser or simply display some content online or in HTML format within his application. It uses the rendering mechanism of Webkit to display web pages and includes methods to browse back and forth through a history, zoom in and zoom out, perform text searches, and other methods.

Reference