Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suggestion: improve footer tabs #67

Open
cpg opened this issue Nov 25, 2016 · 2 comments
Open

suggestion: improve footer tabs #67

cpg opened this issue Nov 25, 2016 · 2 comments

Comments

@cpg
Copy link
Contributor

cpg commented Nov 25, 2016

Please enhance the footer tabs. There is this limitation listed in the bottom tab bar:

⚠️ DISCLAIMER: ONLY Use tabs at the root level (The first view that shows up on launch). Any other usage may introduce unexpected behavior.

I found this to be true. However, forcing all apps to display a footer with tabs from the launch view if they ever want to use tabs is rather restrictive and generally very awkward for app design and UX.

One work-around I found to work is to transition from a view without footer to a view with a footer via a "replace" transition, so that the user cannot go "back" into the non-tabbed view. I found this to work reliably, though I am not sure if it's something the project can condone. If this is "safe" to do, it may be a somewhat acceptable work-around in general and would be good to have documented for others, making the framework more versatile.

I typically design my apps to have a footer when the user is logged in. Replacing the "top" view into and out of tabs works for me.

@IvRRimum
Copy link

IvRRimum commented Feb 5, 2017

+1 for using tabs in other than root page. Really weird behaviour.

@steve21124
Copy link

steve21124 commented Feb 24, 2017

@IvRRimum What weird behavior do you found? So far when presenting with it, it did not give problem for me. (I think the problem is when tapping the second tabbar it is not displaying the content and the code setupTabBar need to be change to handle it) By the way, did any one know if Android support modally displaying nav with footer tabbar in the modal?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants