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
[Edge] Add fallback when WebView2 runtime is not present #2000
When using WebView2 as browser engine in SWT without a WebView2 runtime
being available on the system, browser initialization fails. In order to
more gracefully handle the case that a system has no such runtime
installed (like on some Windows 10 systems), this change introduces an
automatic fallback option to Internet Explorer in case no WebView2
runtime is found. It shows a dialog informing about the missing runtime,
the option to fallback to IE and also allows to open further information
provided via the FAQ.
Fixes#2000
privatestaticfinalStringDIALOG_TITLE = "Default browser engine not available";
147
+
privatestaticfinalStringDIALOG_MESSAGE = "Microsoft Edge (WebView2) is not available. Do you want to use the legacy Internet Explorer?\n\nNote: It is necessary to reopen browsers for the change to take effect.";
0 commit comments