Html disable android deep link

ぃ、小莉子 提交于 2019-12-10 21:24:22

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!