Office URI Schemes on Mac #669
Unanswered
TobiasWolters
asked this question in
Q&A
Replies: 1 comment
-
I'll post my workaround here as well. This works in our add-in on all platforms. window.open('ms-word:ofe|u|https://foo.sharepoint.com/path/to/file.docx') |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using Office URI Schemes to open documents from our web-application.
In particular, we are doing the following:
It works perfectly for both Word, Excel, and Powerpoint on Windows in all browsers.
However, it has stopped working on Mac in at least Chrome, Edge, and Safari with the newest version of MacOS and Office 365 ProPlus.
(see https://stackoverflow.com/questions/64880406/problem-opening-office-uri-scheme-urls-in-office-js-on-mac-safari for a more detailed description)
Let me know if there is a better place to post this bug report.
Beta Was this translation helpful? Give feedback.
All reactions