Article · Wikipedia archive · Last revised Jun 17, 2026

WebView

A WebView is a web browser that is embedded within an app. Thus, a WebView is a large-scale software component that enables the use of web content within apps. In some cases, the entire functionality of the app is implemented this way.

Last revised
Jun 17, 2026
Read time
≈ 1 min
Length
164 w
Citations
4
Source

A WebView is a web browser that is embedded within an app. Thus, a WebView is a large-scale software component that enables the use of web content within apps.1 In some cases, the entire functionality of the app is implemented this way.

The prominent ones are bundled in operating systems:

Other examples are Microsoft's legacy WebView, based on its deprecated EdgeHTML and MSHTML engines, and the WebView component in JavaFX.

See also

See also

References

References

  1. Hazaël-Massieux, Dominique (17 March 2022). "Making WebViews work for the Web". w3.org. Retrieved 11 March 2024.
  2. Hildenbrand, Jerry (23 March 2021). "What is the Android System WebView and why do so many apps depend on it?". androidcentral.com. Retrieved 9 March 2024.
  3. "Introduction to Microsoft Edge WebView2". learn.microsoft.com. Retrieved 9 March 2024.
External links