+ 7
Is it possible to save progress in webview app/game?
Do you know how to save progress in android webview game...For example I have got 100 coins, then I will turn off game, after a while I will Turn on game and I will have 100 coins.
2 odpowiedzi
+ 3
Use HTML5's local storage APIs.
+ 6
Thanks :-)