I put a gideros HTML5 export on a web page and try to make it installable and playable offline with the Progressive Web App guideline.... without success.
The point that block me is about offline mode. The app doesn't work in offline mode.
In the classic PWA structure, the app need a service worker (.js file) to manage cache storage and issue in offline mode. As I didn't make that service worker, it seems normal that the app doesn't work... except the fact that it did worked on my test domain (I use the 'did worked' because it doesn't work anymore without explaination). But, as I move the folder on the real final domain, everything go well to work except that offline mode.
Any 'grand manitou' of the PWA creation in the place ?
My meditation plan :
SinisterSoft: “ I don't create classes that much - classes are good for making things simpler but imho for frame rate they are also death by a thousand cuts.”
Totebo: “ Best quote ever.”
🤔
Comments
SinisterSoft: “ I don't create classes that much - classes are good for making things simpler but imho for frame rate they are also death by a thousand cuts.”
Totebo: “ Best quote ever.”
🤔
Likes: MoKaLux
SinisterSoft: “ I don't create classes that much - classes are good for making things simpler but imho for frame rate they are also death by a thousand cuts.”
Totebo: “ Best quote ever.”
🤔
https://www.reddit.com/r/Stadia/comments/dzbvh7/stadia_pwa_progressive_web_app/
It could be that encryption messed it up. The Gideros web encryption uses the domain name as part of the key (to stop people stealing your assets). Try it with encryption turned off...
OR try with no domain name typed in the export (I think you can have encryption on then, @hgy29 will know for sure)...
https://deluxepixel.com