From what i understand, i’ll have to save the array as a JSON file and then save that locally using HTML5 local storage. Does anyone have any examples so i can get my head around it. The tutorial showing up from Google don’t seem very clear.
Share
It can be quite straight-forward. Just put a delegate between your code and
localStoragethat converts all values from and to JSON: