问题
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
来源:https://stackoverflow.com/questions/30109005/html-disable-android-deep-link