You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A first implementation doesn't use any fancy cache or "service workers" if possible. All it does is make sure the app icon launches the app without the browser chrome for slightly more screen estate, and ensure the user stays within the app instead of being sent to the browser.
Issues
Most links in the app take the user out of the app and open the page into the browser.
Solutions
add a handler on the document root to prevent default link behaviour and change the document url via Javascript. I haven't tested this and there may be other issues, I don't know.
would Turbolinks help with this? I assume as part of the functionality they already handle the links (ie. intercept standard links and use javascript to set document location).
For a better experience without the browser bar.
A first implementation doesn't use any fancy cache or "service workers" if possible. All it does is make sure the app icon launches the app without the browser chrome for slightly more screen estate, and ensure the user stays within the app instead of being sent to the browser.
Issues
Solutions
Also requires #2 for the app icon.
The text was updated successfully, but these errors were encountered: