I would like to insert a hyperlink to the task pane of my add-in, and I want this link to open support.html
page in a default browser.
<a href="https://example.com/support.html" target="_blank">Support</a>
However, the above code opens support.html
page inside the task pane. Users may not know how to go back to the main page of the add-in.
Does anyone know how to open the page in a default browser of users? (By the way, is it recommended to launch something outside the add-in? If not, what's the common UX design for the help page?)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…