Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
You can use localStorage to save to the password. Upon app startup just check to see if the value is null, if it is then have then use gotoScreen to have the user set a password, if it’s not then require them to enter the password on the startup screen.
For extra protection, you can encrypt the password using the crypto-JS libraries.