Hello there,
I'm trying to refactor the UX of my App.
I want to remove the footer (with 2 buttons) and instead let the user swipe right or left to display not a menu but an entire page, like if there was 3 completely different pages on the app that the user can access by simply swiping left or right.
As my two pages wrapped into the drawer contain a simple list, it should work fine (I think) but my problem is that I can't swipe back to the main page when I put the drawer with a width of 100% since the menu button will be outside the current view and there is no way to go back to the main page.
How can I fix this ? or is there a better way to do it ?
Many Thanks
Attached is a screen shot of what happen when I put the drawer with to 100%. I can't go back to the main page.
I'm trying to refactor the UX of my App.
I want to remove the footer (with 2 buttons) and instead let the user swipe right or left to display not a menu but an entire page, like if there was 3 completely different pages on the app that the user can access by simply swiping left or right.
As my two pages wrapped into the drawer contain a simple list, it should work fine (I think) but my problem is that I can't swipe back to the main page when I put the drawer with a width of 100% since the menu button will be outside the current view and there is no way to go back to the main page.
How can I fix this ? or is there a better way to do it ?
Many Thanks
Attached is a screen shot of what happen when I put the drawer with to 100%. I can't go back to the main page.