harigad / popwork_mobile

PopWork Mobile
0 stars 0 forks source link

Change App Footer to use IONIC Tabs #21

Closed harigad closed 5 years ago

harigad commented 5 years ago

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 ).

image

sardaryanhrant commented 5 years ago

Completed