'How to force a webapp to use the same browser to open a new tab when a user clicks an anchor element with target set to _blank?

I have a web app that has bunch of links that all open on different tab. In desktop it works fine. But when I open it in mobile browser, when i hit a link, the link automatically opens in the default browser of the mobile, not in the browser I click the link from. How do I ensure that my webapp always uses the same browser to open a link.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source