是否可以让 Internet Explorer 11 在 Edge 中打开站点?
Is it possible to tell Internet Explorer 11 to rather open a site in Edge?
我们的网络应用程序目前支持 Chrome、Firefox、Internet Explorer 11 和 Edge。 (原因:Windows come with IE11 的最新受支持版本,Windows 7、8/8.1 和 Server 2008R2 除外,但您可以在它们上安装 IE11)。由于大多数用户现在使用的是 Windows 10,它也随 Edge 一起提供,因此最好只支持 Edge,或者至少在可能的情况下更喜欢它。
IE11 有一个 preview that shipped with the EdgeHTML engine,但它不再可用。开发人员工具还允许您 "emulate" Edge,但这显然不会更改渲染引擎,而只是设置 User-Agent
字符串。
有很多关于如何使 IE 11 与 以前 版本的 IE 和 various ways to help Edge to push people towards IE11 (including using the Enterprise Mode Site List to tell Edge to go to IE11) 兼容的建议,但我想要相反的方法:如果用户打开我们在 IE11 中的应用程序,如果安装了 Edge,我想告诉浏览器宁愿在 Edge 中打开站点。这可能吗?
EMSL 双向工作,您可以将首选浏览器标记为 edge,它会启动 edge。但是,这仅在您能够将策略推送到用户的计算机时才有效。否则无法自动打开任何浏览器。
我们的网络应用程序目前支持 Chrome、Firefox、Internet Explorer 11 和 Edge。 (原因:Windows come with IE11 的最新受支持版本,Windows 7、8/8.1 和 Server 2008R2 除外,但您可以在它们上安装 IE11)。由于大多数用户现在使用的是 Windows 10,它也随 Edge 一起提供,因此最好只支持 Edge,或者至少在可能的情况下更喜欢它。
IE11 有一个 preview that shipped with the EdgeHTML engine,但它不再可用。开发人员工具还允许您 "emulate" Edge,但这显然不会更改渲染引擎,而只是设置 User-Agent
字符串。
有很多关于如何使 IE 11 与 以前 版本的 IE 和 various ways to help Edge to push people towards IE11 (including using the Enterprise Mode Site List to tell Edge to go to IE11) 兼容的建议,但我想要相反的方法:如果用户打开我们在 IE11 中的应用程序,如果安装了 Edge,我想告诉浏览器宁愿在 Edge 中打开站点。这可能吗?
EMSL 双向工作,您可以将首选浏览器标记为 edge,它会启动 edge。但是,这仅在您能够将策略推送到用户的计算机时才有效。否则无法自动打开任何浏览器。