You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
69
69
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/)
76
70
77
-
WebView2 apps can run on the following versions of Windows:
71
+
<!-- ------------------------------ -->
72
+
#### Windows Client
78
73
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:
87
75
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_.
91
102
92
103
93
104
<!-- ------------------------------ -->
94
105
#### Windows 7 and 8
95
106
96
107
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.
97
108
98
-
* Windows 8/8.1
99
-
* Windows 7
100
-
* Windows Server 2012 R2
101
-
* Windows Server 2012
102
109
* Windows Server 2008 R2
110
+
* Windows Server 2012
111
+
* Windows Server 2012 R2
112
+
* Windows 7
113
+
* Windows 8/8.1
103
114
104
115
See also:
105
116
*[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.
106
117
*[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/)
Copy file name to clipboardExpand all lines: microsoft-edge/webview2/release-notes/archive.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8504,7 +8504,7 @@ This version of the WebView2 SDK requires Microsoft Edge version 80.0.314.0 or h
8504
8504
<!-- ------------------------------ -->
8505
8505
#### Changes
8506
8506
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_.
8508
8508
* 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).
8509
8509
* 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)).
8510
8510
* 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