ec24-tips / ec24-tips.github.io

Local tips for Eurocrypt 2024
https://ec24-tips.github.io/
0 stars 4 forks source link

Make the app work offline and suggest installation on some phone/browser combination #11

Open defeo opened 2 months ago

defeo commented 2 months ago

Currently the app has a web manifest, which makes it install nicely on the home screen of smartphones.

However for a true app-like experience, it should be able to work offline. All that is needed is to store the files in cache and refresh them when the connection is available. This can be achieved using Service Workers.

Depending on phone/browser combination, when the app opens in the browser it may even suggest the user to install it like a native app,