4

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.

Kyle Jahnke
  • 685
  • 3
  • 15
  • did you find the solution for this ? I am looking for same thing that my mobile website should not open links in app. My app is supporting deeplinks. – Tasneem Feb 17 '17 at 14:53
  • Possible duplicate of [Block mobile website to open my app android deeplink - Google Chrome](https://stackoverflow.com/questions/42301286/block-mobile-website-to-open-my-app-android-deeplink-google-chrome) – davidwebster48 Oct 31 '19 at 00:44

1 Answers1

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