cbutler
cbutler

Reputation: 1505

What browser does Outlook web use for addins on mac?

Does anyone know which browser Outlook-web uses for addins on a mac?

background: I am developing an addin for outlook web on a mac and I'm making use of a bootstrap collapsable panel. I also have two icons that I want to have to the left and right of the title, however, the anchor tag used to expand / collapse the panel is forcing a line break. I am wondering if this issue is something in my css or a browser issue since setting display: inline on the anchor tag does nothing.

Upvotes: 0

Views: 365

Answers (2)

Abhishek S Jain
Abhishek S Jain

Reputation: 144

According to MS documentation Webkit rendering engine is used, which is nothing but the Safari browser (with limited functionality) is used.

Upvotes: 3

Jodrell
Jodrell

Reputation: 35716

According to Microsoft

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).

Upvotes: 1

Related Questions