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.
ons-sliding-menu
-
Component for sliding UI where one page is overlayed over another page. The above page can be slided aside to reveal the page behind.
Click here to see the original article
-
Why do not you do easy way with “back-button” in sliding menu, like in a navigator?
i saw this example:
http://codepen.io/frankdiox/pen/qEyvxB
p.s. wrong links
-
@Евгений-Гедройц That example combines sliding menu and navigator. Sliding menu does not have a page stack like the navigator, i.e. it does not save the previous page. You need to combine it with a navigator for that.
-
I have copy pasted the HTML code for the Sliding menu into the index.html file from my Monaca.mobi project. However, when I preview it the page is blank. Am I missing something. Should the HTML code work as is now that I have all the Angular, Monaca, and Onsen UI code included? Please advise.
-
@jlwilliamson8 Please post your code so we can see what is wrong. Thanks!
-
I think there is lack of an important event. I want to check something after every page change.
Is there any other way to do this?
-
@serdarde For that you already have
ons-page
events :)