Our Word Add-In (using Office-js), which is still work in progress isn't compatible with IE11. We aren't sure we would like to support that either, certainly not if we don't have to.
According to the compatibility matrix Browsers used by Office Add-ins if Windows 10 ver. >= 1903
and Microsoft 365 ver. >= 16.0.13127.20082
then "Microsoft Edge with original WebView (EdgeHTML)" will be used. We have our dev/testing environments (Mac/Windows) setup up that way and our add-in works there without a problem.
However, we realised that some users can also load our add-in outside of this version boundary and our add-in doesn't load/work properly when they do.
So I am wondering if there is a way to detect Win+Office version from within Add-In (on load):
Thanks a lot in advance for some guidance.
To get the app version within an Office.js addin, you can also use "Office.context.diagnostics.version". You can also get the platform with "Office.context.diagnostics.platform".