I guess the Webstorage is always reset when you reinstall (or update) the app. I can't think of a way of avoiding it without using an external saving method, like posting it to a DB and having a variable that makes you update the Webstorage with the DB values on the first run.
Obviously, this method would not work for you since I believe you're using Webstorage to avoid setting up an external highscore system...