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
Copy file name to clipboardExpand all lines: microsoft-edge/webview2/concepts/windowed-vs-visual-hosting.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,10 +164,10 @@ Key compatibility limitations include the operating system and rendering in fram
164
164
<!-- ------------------------------ -->
165
165
#### Operating systems
166
166
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.
168
168
169
169
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_.
171
171
172
172
173
173
<!-- ------------------------------ -->
@@ -181,7 +181,6 @@ See also:
181
181
<!-- all links in article, except api ref docs -->
182
182
183
183
*[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_.
185
184
<!-- omit:
186
185
* [Enhance UI with the Visual layer (Windows App SDK/WinUI 3)](https://learn.microsoft.com/windows/apps/windows-app-sdk/composition) - Windows App Development. -->
Copy file name to clipboardExpand all lines: microsoft-edge/webview2/index.md
+4-16Lines changed: 4 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,8 @@ Hybrid apps, in the middle of this spectrum, allow you to enjoy the best of both
67
67
68
68
The Windows operating systems that are supported by Webview2 are the same as those supported by Microsoft Edge.
69
69
70
+
For more information about other supported operating systems, see [Microsoft Edge supported Operating Systems](/deployedge/microsoft-edge-supported-operating-systems).
71
+
70
72
71
73
<!-- ------------------------------ -->
72
74
#### Windows Client
@@ -82,8 +84,10 @@ WebView2 apps can run on the following versions of Windows Client:
82
84
* Windows 10 Enterprise multi-session
83
85
* Windows 10 IoT Enterprise SAC
84
86
* Windows 10 IoT Enterprise 2019 LTSC
87
+
* Windows 10 IoT Enterprise 2021 LTSC
85
88
* Windows 11
86
89
* Windows 11 Enterprise multi-session
90
+
* Windows 11 IoT Enterprise 2024 LTSC
87
91
88
92
For details, see [Windows Client](/deployedge/microsoft-edge-supported-operating-systems#windows-client) in _Microsoft Edge supported Operating Systems_.
89
93
@@ -101,22 +105,6 @@ WebView2 apps can run on the following versions of Windows Server:
101
105
For details, see [Windows Server](/deployedge/microsoft-edge-supported-operating-systems#windows-server) in _Microsoft Edge supported Operating Systems_.
102
106
103
107
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/)
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
@@ -8594,7 +8594,7 @@ This version of the WebView2 SDK requires Microsoft Edge version 80.0.314.0 or h
8594
8594
<!-- ------------------------------ -->
8595
8595
#### Changes
8596
8596
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_.
8598
8598
* 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).
8599
8599
* 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)).
8600
8600
* 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