Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am embedding my app within a Jabber custom tab and I am not able to open links in an external web browser.The link just opens in the current tab, whereas I want it to open Chrome/Edge etc.In my code I do have `_blank` in the `window.open()` call bu...