Skip to content

Commit dd421b9

Browse files
Update Windows 10 support info for WebView2 (#3512)
* Update windows 10 support info * Fix links * Supported --------- Co-authored-by: Michael S. Hoffman <v-mihoffman@microsoft.com>
1 parent cc8f601 commit dd421b9

3 files changed

Lines changed: 7 additions & 20 deletions

File tree

microsoft-edge/webview2/concepts/windowed-vs-visual-hosting.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@ Key compatibility limitations include the operating system and rendering in fram
164164
<!-- ------------------------------ -->
165165
#### Operating systems
166166

167-
All hosting modes are supported wherever WebView2 is supported; that is, Windows 10 and later, and certain Windows Server versions. Windows 7, 8 and 8.1 are no longer supported; Windows 7 and Windows 8 only support Windowed hosting, not Visual hosting.
167+
All hosting modes are supported wherever WebView2 is supported.
168168

169169
See also:
170-
* [Windows 7 and 8](../index.md#windows-7-and-8) in _Introduction to Microsoft Edge WebView2_.
170+
* [Supported Windows versions](../index.md#supported-windows-versions) in _Introduction to Microsoft Edge WebView2_.
171171

172172

173173
<!-- ------------------------------ -->
@@ -181,7 +181,6 @@ See also:
181181
<!-- all links in article, except api ref docs -->
182182

183183
* [Overview of WebView2 APIs](./overview-features-apis.md)
184-
* [Windows 7 and 8](../index.md#windows-7-and-8) in _Introduction to Microsoft Edge WebView2_.
185184
<!-- omit:
186185
* [Enhance UI with the Visual layer (Windows App SDK/WinUI 3)](https://learn.microsoft.com/windows/apps/windows-app-sdk/composition) - Windows App Development. -->
187186

microsoft-edge/webview2/index.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Hybrid apps, in the middle of this spectrum, allow you to enjoy the best of both
6767

6868
The Windows operating systems that are supported by Webview2 are the same as those supported by Microsoft Edge.
6969

70+
For more information about other supported operating systems, see [Microsoft Edge supported Operating Systems](/deployedge/microsoft-edge-supported-operating-systems).
71+
7072

7173
<!-- ------------------------------ -->
7274
#### Windows Client
@@ -82,8 +84,10 @@ WebView2 apps can run on the following versions of Windows Client:
8284
* Windows 10 Enterprise multi-session
8385
* Windows 10 IoT Enterprise SAC
8486
* Windows 10 IoT Enterprise 2019 LTSC
87+
* Windows 10 IoT Enterprise 2021 LTSC
8588
* Windows 11
8689
* Windows 11 Enterprise multi-session
90+
* Windows 11 IoT Enterprise 2024 LTSC
8791

8892
For details, see [Windows Client](/deployedge/microsoft-edge-supported-operating-systems#windows-client) in _Microsoft Edge supported Operating Systems_.
8993

@@ -101,22 +105,6 @@ WebView2 apps can run on the following versions of Windows Server:
101105
For details, see [Windows Server](/deployedge/microsoft-edge-supported-operating-systems#windows-server) in _Microsoft Edge supported Operating Systems_.
102106

103107

104-
<!-- ------------------------------ -->
105-
#### Windows 7 and 8
106-
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.
108-
109-
* Windows Server 2008 R2
110-
* Windows Server 2012
111-
* Windows Server 2012 R2
112-
* Windows 7
113-
* Windows 8/8.1
114-
115-
See also:
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.
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/)
118-
119-
120108
<!-- ====================================================================== -->
121109
## Supported programming environments and devices
122110

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

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

8597-
* 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_.
8597+
* Added support for Windows 7, Windows 8, and Windows 8.1. See [Supported Windows versions](../index.md#supported-windows-versions) in _Introduction to Microsoft Edge WebView2_.
85988598
* 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).
85998599
* 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)).
86008600
* 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)