Excel Office js: Is there a way to control which browser is used with the add-in? #6271
Unanswered
mhmostafa88
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
There is no way to do that, and you should review your code, in Windows, Webview2 (Edge) is based on Chromium which means the problem most likely is not the browser, but your code. On older versions of Excel uses Edge legacy / Internet Explorer, so if that's the case you should consider move it to a more recent version or try to perform code optimizations to avoid that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are having an issue where our Excel add-in is working much slowed with Microsoft Edge, is there a way to make it work with Chrome or Safari (given that the user has them)?
Beta Was this translation helpful? Give feedback.
All reactions