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

fallback link on ios 9 shows "cannot open page" alert before going to app store #9

Open
mderazon opened this issue Sep 18, 2015 · 4 comments
Labels

Comments

@mderazon
Copy link
Owner

When app is not installed, there's an annoying "cannot open page" dialog before asking permission to go to app store on ios 9

output

@ralfschiffert
Copy link

he made a special case for iOS 9 - if you comment that out it works
I believe the working one is the iFrame on even on my 9.0.2

@shailendher
Copy link

@ralfschiffert Are you saying that deeplink in iframe once again works in v9.0.2? I just tried now and it doesn't. Before I go analyzing the issue again, I want to be sure that I understood you correctly.

@mderazon
Copy link
Owner Author

@ralfschiffert using the iframe approach on ios 9 does fix the "cannot open page" alert and opens in the app store. But if the app is already installed, instead of opening the deeplink in the app it opens the app store as well

@mderazon
Copy link
Owner Author

Right now, I don't see a solution for this "dance" of popups in IOS 9 Safari.
See http://stackoverflow.com/a/32774701/599912

Universal Links should probably be considered as an alternative...

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

No branches or pull requests

3 participants