🌐 Offline Mobile web apps

Oh boy, I was really triggered me with this thread! :rofl:

So I decided to have another go at doing an offline capable mobile web app using UIBUILDER.

But this time, instead of trying to do the horrible, complex manifest and worker's, I used Vite with the vite-plugin-pwa plugin which uses Google Workbox to do some of the heavy lifting.

A couple of hours later - shazam! I have a working (very simplistic) version.

Complete with a call to the browser's location API.

No frameworks involved, just using Vite to do the build process.

2 Likes

Im expected great things now Julian! :wink:

Nice work :folded_hands:

1 Like