Skip to content

Commit 36837d6

Browse files
authored
Update Windows clients list in "Intro to WebView2" (#3471)
* update Windows clients list * linkfix * xbox leadin * oldest first
1 parent 945db11 commit 36837d6

2 files changed

Lines changed: 54 additions & 26 deletions

File tree

microsoft-edge/webview2/index.md

Lines changed: 53 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: conceptual
77
ms.service: microsoft-edge
88
ms.localizationpriority: high
99
ms.subservice: webview
10-
ms.date: 10/28/2024
10+
ms.date: 06/10/2025
1111
---
1212
# Introduction to Microsoft Edge WebView2
1313

@@ -63,49 +63,77 @@ Hybrid apps, in the middle of this spectrum, allow you to enjoy the best of both
6363

6464

6565
<!-- ====================================================================== -->
66-
## Supported platforms
66+
## Supported Windows versions
6767

68-
The following programming environments are supported:
68+
The Windows operating systems that are supported by Webview2 are the same as those supported by Microsoft Edge.
6969

70-
* Win32 C/C++
71-
* .NET Framework 4.6.2 or later
72-
* .NET Core 3.1 or later
73-
* .NET 5 or later
74-
* [WinUI 2.0](/windows/apps/winui/winui2/)
75-
* [WinUI 3.0](/windows/apps/winui/winui3/)
7670

77-
WebView2 apps can run on the following versions of Windows:
71+
<!-- ------------------------------ -->
72+
#### Windows Client
7873

79-
* Windows 11
80-
* Windows 10
81-
* Windows 10 IoT Enterprise LTSC x32 2019
82-
* Windows 10 IoT Enterprise LTSC x64 2019
83-
* Windows 10 IoT Enterprise 21h1 x64
84-
* Windows Server 2022
85-
* Windows Server 2019
86-
* Windows Server 2016
74+
WebView2 apps can run on the following versions of Windows Client:
8775

88-
WebView2 is also supported on the following devices:
89-
* Xbox
90-
* HoloLens 2
76+
<!-- newest last, per linked page -->
77+
* Windows 10 SAC 1709 and later
78+
* Windows 10 Enterprise 2015 LTSC
79+
* Windows 10 Enterprise 2016 LTSC
80+
* Windows 10 Enterprise 2019 LTSC
81+
* Windows 10 Enterprise 2021 LTSC
82+
* Windows 10 Enterprise multi-session
83+
* Windows 10 IoT Enterprise SAC
84+
* Windows 10 IoT Enterprise 2019 LTSC
85+
* Windows 11
86+
* Windows 11 Enterprise multi-session
87+
88+
For details, see [Windows Client](/deployedge/microsoft-edge-supported-operating-systems#windows-client) in _Microsoft Edge supported Operating Systems_.
89+
90+
91+
<!-- ------------------------------ -->
92+
#### Windows Server
93+
94+
WebView2 apps can run on the following versions of Windows Server:
95+
96+
* Windows Server 2016 (LTSC)
97+
* Windows Server 2019 (LTSC)
98+
* Windows Server 2022 (LTSC)
99+
* Windows Server (SAC)
100+
101+
For details, see [Windows Server](/deployedge/microsoft-edge-supported-operating-systems#windows-server) in _Microsoft Edge supported Operating Systems_.
91102

92103

93104
<!-- ------------------------------ -->
94105
#### Windows 7 and 8
95106

96107
WebView2 Runtime version 109 is the final version that supports the following versions of Windows. WebView2 Runtime and SDK version 110.0.1519.0 and higher don't support these operating systems.
97108

98-
* Windows 8/8.1
99-
* Windows 7
100-
* Windows Server 2012 R2
101-
* Windows Server 2012
102109
* Windows Server 2008 R2
110+
* Windows Server 2012
111+
* Windows Server 2012 R2
112+
* Windows 7
113+
* Windows 8/8.1
103114

104115
See also:
105116
* [Microsoft Edge supported Operating Systems](/deployedge/microsoft-edge-supported-operating-systems) - WebView2 support for Windows 7 and Windows Server 2008 R2 have the same support timeline as Microsoft Edge.
106117
* [Microsoft Edge and WebView2 ending support for Windows 7 and Windows 8/8.1](https://blogs.windows.com/msedgedev/2022/12/09/microsoft-edge-and-webview2-ending-support-for-windows-7-and-windows-8-8-1/)
107118

108119

120+
<!-- ====================================================================== -->
121+
## Supported programming environments and devices
122+
123+
The following programming environments are supported for WebView2:
124+
125+
* Win32 C/C++
126+
* .NET Framework 4.6.2 or later
127+
* .NET Core 3.1 or later
128+
* .NET 5 or later
129+
* [WinUI 2.0](/windows/apps/winui/winui2/)
130+
* [WinUI 3.0](/windows/apps/winui/winui3/)
131+
132+
In addition to Windows devices, WebView2 is also supported on the following devices:
133+
* Xbox
134+
* HoloLens 2
135+
136+
109137
<!-- ====================================================================== -->
110138
## Sequence of samples to install and run
111139

microsoft-edge/webview2/release-notes/archive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8504,7 +8504,7 @@ This version of the WebView2 SDK requires Microsoft Edge version 80.0.314.0 or h
85048504
<!-- ------------------------------ -->
85058505
#### Changes
85068506

8507-
* Added support for Windows 7, Windows 8, and Windows 8.1. See [Supported platforms](../index.md#supported-platforms) in _Introduction to Microsoft Edge WebView2_.
8507+
* Added support for Windows 7, Windows 8, and Windows 8.1. See [Windows 7 and 8](../index.md#windows-7-and-8) in _Introduction to Microsoft Edge WebView2_.
85088508
* Added Visual Studio and Visual Studio Code debug support for WebView2. Now, debug your script in the WebView2 right from your IDE. See [How to debug when developing with WebView2 controls](../how-to/debug.md).
85098509
* Added `Native Object Injection` for the running script in WebView2 to access an IDispatch object from the Win32 component of the app and access the properties of the IDispatch object. See [AddRemoteObject](/microsoft-edge/webview2/reference/win32/iwebview2webview4?view=webview2-0.8.355&preserve-view=true#addremoteobject) ([#17](https://github.com/MicrosoftEdge/WebViewFeedback/issues/17)).
85108510
* Added `AcceleratorKeyPressed` event. See [add_AcceleratorKeyPressed](/microsoft-edge/webview2/reference/win32/iwebview2webview4?view=webview2-0.8.355&preserve-view=true#add_acceleratorkeypressed) ([#57](https://github.com/MicrosoftEdge/WebViewFeedback/issues/57)).

0 commit comments

Comments
 (0)