Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
trouble with tab, splitter and navigation working together
-
I have global splitter , i put navigation into splitter content as onsen-tutorial samples. it’s work well. but i need to have global tab bar. ofcourse one of my item tab page is for home. so how can i work tab as globe ??
-
@meisam3322 The same way you have a global splitter you can have a global tabbar. But you need to choose the component hierarchy yourself. This example combines the three components. It’s probably different to what you need, but it may help you to clarify.
These components are just “frames” with a changeable content. You are nesting different frames and you just need to be aware of which frame’s content you should change and which not. In other words, if you change the content of the very first component, the other components will be gone.