Menu Icons Disappeared from bottom

When I first built my app, the Menu icons appeared on the bottom of the page by default. At one point, I somehow moved them to the hamburger menu. How do I get them to show on bottom again, while keeping the menu items in the hamburger menu at the same time?

Also I have tried creating menu buttons to place within the home page. I don’t know how to link it to the home page. Please help, and thanks in advance.

1 Like

Hi Robert, welcome here, hope i got this right.
Case #1:
Once you move a page to the hamburger menu it wont show on the bottom. One solution is to duplicate the page and add to both cases and then prevent one of those pages from showing on a desktop or tablet device

Steps:

  1. Create a device info Colum and get the screen width call it device width
  2. On the page (the duplicated one), filter to show when device width is less than or equal to 780px
  3. Then it will only show on mobile.

Case #2
I don’t really get what you meant please could you elaborate

You can duplicate them like Micheal said, but then it will become double work for you if you want to update something on a tab that was duplicated.

So you have a home tab and want to have a list of buttons/icons so users can click them to navigate to other tabs/specific screens?

1 Like