Content tagged web-storage

Report Tag

4 usages of this tag
  • 2 replies
  • 441 views
This content is deleted
Forum Topic
A question concerning the creation of a High Score.
0 favourites

Do the Game developers need the "Web Storage" object to create a High Score? Can we also create a High Score with the "Local Storage" object because the Web sto...

  • 2 replies
  • 1.5K views
This content is deleted
Forum Topic
Save & Load on Local storage
0 favourites

A newbie here so my question will seem stupid for you, sorry for that. I have downloaded a template from Scirra store in order to work on it and modify it then...

  • 0 replies
  • 148 views
This content is deleted
Forum Topic
How do I pass token from my website to the game?
0 favourites

My game is inside of a website with a login. Login generates a auth token that gets stored in localstorage (webstorage). Since webstorage is deprecated, how do...

  • 4 replies
  • 244 views
This content is deleted
Forum Topic
I want to save a bool value in WebStorage
0 favourites

I want to store a bool value in WebStorage. If you save using a dictionary, it will be saved as 0 or 1. Is there a way to save true and false to WebStorage? Ple...