Sheets on tab bar

I’m developing a clone of the financial app Organizze, in the tab bar, it has a + icon that can show you a sheet for you to fill the form and create an income or expense.

I tried to replicate it on the mobile editor, but it only allows pages as target view of the tab bar.

It would be nice to include the possibility to allow sheets, since this is really common on mobile apps, to have a main button that shows a main form.

If anyone knows a way to do this, let me know, meanwhile, i’ll just send the user to a new page that will display the tab bar as well on it.

the Tab Bar in the mobile editor only navigates to pages, so it can’t directly open a Sheet, Sheets must be shown with the “Show element” action. Easiest fix: add a bottom-centered floating button (or a reusable footer) that runs “Show element” to open the Sheet; if you want tighter integration, build a custom reusable tab bar and make the center button open the Sheet via workflow.

1 Like