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.
I'm new to Onsen UI . Please help me !
-
I have 2 tab bar and first tab bar have list in page and i want to click the list for display the list detail in detail-list page and back button with same form tab bar , Can I do it ? Please help me and show me code example ! Thank you.
-
Hi @habib !
It depends if you want the detail page to overlay the tabbar or of you still want the tabbar to be visible when you’re on the detail page.
For master-detail pattern you can use the
<ons-navigator>
component. In your case I think it’s good to wrap the tabbar in an navigator and use thepushPage()
method to push the page.Before posting any code example we need to know if you are using something like AngularJS or React or if you are writing in pure JavaScript.