mlandauer / thats-camping-elm

Find campsites near you
https://thatscamping.org
GNU General Public License v3.0
5 stars 1 forks source link

When saving to home from a non-root url of the app things are not good #78

Closed mlandauer closed 7 years ago

mlandauer commented 7 years ago

It should always save the url of the root url.

mlandauer commented 7 years ago

I think an app manifest will help with this.

mlandauer commented 7 years ago

Here's some info about the web app manifest: https://developer.mozilla.org/en-US/docs/Web/Manifest

We should add this but beware that it appears not to be supported on iOS yet so worth adding another bit of functionality to check whether the app is being opened fullscreen and if so redirect to the home page.