-->

Html disable android deep link

2019-08-07 20:05发布

问题:

Is there any way to tell a webpage link (the < a > tag) to NOT deep link to an android app and to stay in the browser.

I'm referring to what can be done in on the website, not the app.

回答1:

The application will kick in any time the intent url pattern matches the deeplink pattern in its manifest. I think that if you know what is the pattern, you can work around something