Combine Onsen UI sliding menu and tabbar
问题 I searched and didn't really find the right answer. I have the sliding menu in the top left for the 'full menu' but I also want the tab bar at the top to highlight 3 or 4 specific links/pages. How can I have them both working? When I place the tabbar in my script, the sliding menu doesn't work right. 回答1: There's no trouble on implementing sliding and tabbar. <ons-sliding-menu main-page="page1.html" menu-page="menu.html" side="left" max-slide-distance="250px" var="menu"> </ons-sliding-menu>