-
Notifications
You must be signed in to change notification settings - Fork 117
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
Linking to iTunes store urls using System.web.openBrowser() freezes iOS Safari. #343
Comments
So, linking to a page with a js redirect (location.replace) does nothing, but it works if you put the redirect in a setTimeout call. And actually, upon to returning to Safari, the redirect page is gone, and you're back in your Flambe app. This is actually a great workaround. |
This is not an answer to your question directly but are you linking to a |
I tried |
Did you also try to host an own page that redirects to the iTunes page (for example after 3 seconds) and link from flambe to that page? It almost doesn't seem to be related to Flambe? |
As I said, it does work if you link to a secondary page, and have |
Safari (iOS 8.2 and 8.3) is frozen entirely when returning from the App Store app. The browser has to be restarted to recover. Safari automatically opens itunes.apple.com URLs in the App Store, so there doesn't appear to be an alternative way to present this content... Unless we introduce an additional html page with a redirect or something. I will need to explore that option, as this is a client requested feature for our project.
The text was updated successfully, but these errors were encountered: