Referencing Open an html page in a default browser from an add-in.
Pages that are not on my domain open just fine in the user's default browser.
However, if I open a page on MY domain, which hosts my add-in, I get a floating window (like dialogAPI but I'm not using that in this case).
This is because my manifest's SourceLocation calls out MY website...and Office.js treats the window.open request differently (I guess). Is there a way around this? I would prefer to open support or other resources in a default browser vs. some weird floating window. If I want a weird floating window I'll use dialogAPI.