I read about ionic localstorage module lately, and with that, I can store my user credentials, so that next time I open my app I don’t want to type in my user credentials again and again.
But after some reading, I come to know that local storage needs some sort of locking mechanism enabled in the phone beforehand.
say a password lock or something
can I use some storage mechanism in my device so that i can store user credentials even thouigh i dont have a lock in my phone.
i tried to save the user login credentials in ionic storage but that was of no use when i open the app yet again. it clears every data and then i started from the very first with the login part