Currently we are using Ion-toolbar on each page to display footer. This works fine except when user is switching tabs a new instance of the page is created each time so it is not very effecient. Also it does not save the last state of that tab.
INSTEAD please use IONIC Tabs: https://ionicframework.com/docs/api/tabs . This means you will have a page with IONIC tabs that includes the 3 different pages( messages, map , settings ).
Currently we are using Ion-toolbar on each page to display footer. This works fine except when user is switching tabs a new instance of the page is created each time so it is not very effecient. Also it does not save the last state of that tab.
INSTEAD please use IONIC Tabs: https://ionicframework.com/docs/api/tabs . This means you will have a page with IONIC tabs that includes the 3 different pages( messages, map , settings ).