How to keep input field values when moving between pages

I wanna know how to keep the input field values when moving between pages with push() and pop() (not between Tabs), and without using SQL storage, which is well, not so efficient really to be honest.

Check out navparams, or store it in a variable in a service and then pull it on the other page

1 Like