What is a WebView page?

WebView is a view that display web pages inside your application . You can also specify HTML string and can show it inside your application using WebView. WebView makes turns your application to a web application. In order to add WebView to your application, you have to add <WebView> element to your xml layout file.

Read more

Is WebView an API?

The webview API allows extensions to create fully customizable views within Visual Studio Code . For example, the built-in Markdown extension uses webviews to render Markdown previews. Webviews can also be used to build complex user interfaces beyond what VS Code’s native APIs support.

Read more