• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

HTML5 Progressive web apps

YellowAfterlife

ᴏɴʟɪɴᴇ ᴍᴜʟᴛɪᴘʟᴀʏᴇʀ
Forum Staff
Moderator
All "filesystem" functions save data to LocalStorage, both in GMS1 and GMS2.
There is no built-in support for web workers, but it is something that could be organized with an extension (executing the given script in a web worker).
Also, I'm not sure how much PWA principles\stats apply to videogames. The user has different expectations (and slightly more patience) if they were clearly promised a videogame prior to navigation.
 
D

dudiedood

Guest
All "filesystem" functions save data to LocalStorage, both in GMS1 and GMS2.
There is no built-in support for web workers, but it is something that could be organized with an extension (executing the given script in a web worker).
Also, I'm not sure how much PWA principles\stats apply to videogames. The user has different expectations (and slightly more patience) if they were clearly promised a videogame prior to navigation.
Cool, thanks. I'm just wondering if the mobile upgrade is actually worth it given the emphasis on PWA's by google and maybe a move away from the app model alltogether.
 
Top