Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
Release notes for Microsoft Edge WebView2 SDK, release date: Dec. 9, 2019.
NuGet package for WebView2 SDK 0.8.355 - This release has been unlisted at NuGet.
This Release version of the WebView2 SDK requires Microsoft Edge version 80.0.355.0 or later; see Runtime 80.8.355 (Dec. 9, 2019).
- Released WebView2API Sample, a comprehensive guide of the WebView2 SDK. See API Sample.
- Added IME support for all languages besides English (#30).
- Updated the API surface of the
WebResourceRequestedevent in response to bug reports. Simultaneously specifying a filter and an event on creation is now deprecated. To create a web resource requested event, use add_WebResourceRequested to add the event and AddWebResourceRequestedFilter to add a filter. RemoveWebResourceRequestedFilter removes the filter (#36) (#74). -
Important
Breaking Change: Modified fullscreen behavior. Deprecated IsFullScreenAllowed. Now, by default, if an element in a WebView2 control (such as a video) is set to full screen, it fills the bounds of the WebView2 control. Use the ContainsFullScreenElementChanged event and get_ContainsFullScreenElement to specify how the app should resize the WebView2 control if an element wants to enter fullscreen mode.