Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using intent:// URLs on Android always leads to opening the Play Store #10

Open
martnst opened this issue May 13, 2015 · 4 comments
Open

Comments

@martnst
Copy link
Contributor

martnst commented May 13, 2015

As far as I understood browser-deeplink it is supposed to stay on that website if they corresponding app is not installed. But since on Android it will transform the deepening into an intent url, it will actually always open the Google Play Store App as it's apparently listing to those URLs.

@hampusohlsson
Copy link
Owner

Nope, it is not the way it was designed in it's current state. If the app is not installed you get redirected to Google Play, so you can download the app instead.

In a future release I'm looking at changing the behavior and make it more flexible, so you can choose whether or not to redirect :)

@martnst
Copy link
Contributor Author

martnst commented May 17, 2015

Okay I see. I added a switch to turn the entire deeplinking of in android on a fork. @hampusohlsson Could please let me know which minifier you use?

@hampusohlsson
Copy link
Owner

Sure. Any uglifier will do, perhaps this one

@danjger
Copy link

danjger commented Sep 14, 2016

This seems to be an issue with which browser is installed on Android. I've see the default (non chrome) browser behave this way but Chrome allows for a fallback url: https://developer.chrome.com/multidevice/android/intents The challenge is to properly handle the cases where the app isn't in the store but you want to take them to a custom location where the APK lives.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants