-
Notifications
You must be signed in to change notification settings - Fork 4
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
StartURL Support suggestion #1
Comments
Hi @PaulKinlan; thanks for the suggestion but I didn't quite get it. I didn't get the localStorage thing as the problem is that the contexts in Safari and Web.app are different -no localStorage sharing as far as I understand. Therefore, I understand the only solution is through URL, that's the only thing that Web.app will get from the browser. Am I missing something? Thanks! |
If I understand it correctly you are right that localstorage is NOT shared between browser running the site and running it from homescreen. |
Filip is correct, it is just for the added to honescreen experience. If you On Thu, 23 Jun 2016, 08:09 Filip Bech-Larsen, [email protected]
|
OK. That behavior was in my Todo list 😀 in my case I'm using the url and
|
It's really hard to manage the start_url support because clicking a link and going out to browser will. I used msapplication-starturl meta tag to hold the start url, and then I used localStorage and click interception to work out if we would cause an external navigation and if we do I would store that URL in localStorage so the next time the page is loaded it will return from the same place that the user left from (not it should handle subsequent launches from homescreen well too).
context:
The text was updated successfully, but these errors were encountered: