Hi @Mandz , can you please provide more information about the specific version of the browser you are using, and if this is Word on Windows, or Mac? Thanks!
Word Taskpane loading in Internet Explora but not Word
Mandz
1
Reputation point
I am using Visual Studio and Azure to host a web app.
The web app is a Word taskpane.
When i run the taskpane in test mode in Visual Studio it works fine but when i publish it and load it via Azure the taskpane only opens to Internet Explora.
The taskpane remains open while Internet Explora pops up in a window with the contents.
I have included:
ffice.initialize = function () {
if (!Office.context.requirements.isSetSupported('WordApi', '1.1')) {
console.log("Sorry, this add-in only works with newer versions of Word.");
}
1 answer
Sort by: Most helpful
-
David Chesnut 166 Reputation points Microsoft Employee
2022-12-02T23:09:58.69+00:00