Hi
How do I save on localstorage in android with Crosswalk, when i teste on my device the highscore show NAN
Develop games in your browser. Powerful, performant & highly capable.
NAN means "Not a Number", it seems like you are saving a string (text) to local storage and trying to use it as a number..
using int() around it would change the string back to a number..
http://imgur.com/kHODMzG
http://imgur.com/5pMYReA