mac 上的 Outlook web 插件使用什么浏览器?
What browser does Outlook web use for addins on mac?
有谁知道 Outlook-web 在 mac 上使用哪个浏览器作为插件?
背景:我正在 mac 上为 outlook web 开发插件,我正在使用 bootstrap 可折叠面板。我还有两个图标,我想在标题的左侧和右侧使用,但是,用于展开/折叠面板的锚标记强制换行。我想知道这个问题是我的 css 还是浏览器问题,因为在锚标记上设置 display: inline 什么也没做。
Any browser that supports ECMAScript 5.1, HTML5, and CSS3, such as
Internet Explorer 11 or later, or the latest version of Microsoft
Edge, Chrome, Firefox, or Safari (Mac OS).
根据MS documentation使用了Webkit渲染引擎,也就是使用了Safari浏览器(功能有限)
有谁知道 Outlook-web 在 mac 上使用哪个浏览器作为插件?
背景:我正在 mac 上为 outlook web 开发插件,我正在使用 bootstrap 可折叠面板。我还有两个图标,我想在标题的左侧和右侧使用,但是,用于展开/折叠面板的锚标记强制换行。我想知道这个问题是我的 css 还是浏览器问题,因为在锚标记上设置 display: inline 什么也没做。
Any browser that supports ECMAScript 5.1, HTML5, and CSS3, such as Internet Explorer 11 or later, or the latest version of Microsoft Edge, Chrome, Firefox, or Safari (Mac OS).
根据MS documentation使用了Webkit渲染引擎,也就是使用了Safari浏览器(功能有限)