I have an application which supports all urls having xyz
as domain.
So now if I sent my users a message or a mail containing the link of the above domain like xyz.com/abc
or maybe xyz.com
, for mobile IOS users the link opens in browser but for mobile android users there is a pop up which asks the user to choose whether they want to open the link in my app or the browser.
I have an issue with what the android is doing. I don't want that pop up for some particular links, I want that link to open in browser instead of the application. Is there a way I can achieve it by setting some headers in the response or maybe setting some meta tags in the html.
Thanks in advance for the help!!