Im building a game that has level progression and im using webstorage to save the game data. If I export my project with cocoonjs will webstorage work on a native ios app without internet connectivity needed?
AlexKvazos,
Yes Webstorage works on all platforms without needing an internet connection.
You can also use 'Save Slots' to save the complete state of your game (if this is easier)!
Develop games in your browser. Powerful, performant & highly capable.
Thankyou for quick answer!