Elements in graphical user interfaces that host HTML content. For Android, look at the android-webview tag. For iOS, look under uiwebview or wkwebview. For VS Code, look under vscode-webview.
A user interface element that displays web pages. Generally, it is the basis upon which you can roll your own web browser or simply display some online content within your application.
android-webview: WebView class reference for Android
wkwebview: WKWebView class reference for iOS
uiwebview: UIWebView class reference for iOS (deprecated)
vscode-webview: Webview API for Visual Studio Code
ionic-webview: WebView that is used in Ionic
WebView class reference for macOS (deprecated)