Hello,
I am trying to store data gotten from ion-input inside local storage so as to keep the data when i refresh the page and also use it in another page
how can i do this??
If i shud click on the add (fab) button, it takes me to a page to input some my task and description I have typed in my task description. when i click save task, it passes the task to the mainpage and display the description.Uploading… . but if i should refresh the mainpage, the information will be lost.
so how can i save it in a local storage