Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. mishoboss
    3. Topics
    M
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by mishoboss

    • M

      Push same pages multiple times to Navigator
      Onsen UI • react • • mishoboss

      2
      0
      Votes
      2
      Posts
      2116
      Views

      @mishoboss For this specific scenario (and there may be a better method using Onsen), I would just push and pop pages so only one was actually stored. Push the page name to an array, have a backbutton event listener where you can use FILO principle to display the appropriate page.
    • M

      Navigator using location.hash
      Onsen UI • • mishoboss

      1
      0
      Votes
      1
      Posts
      1593
      Views

      No one has replied

    • M

      Onsen 2 and React
      Onsen UI • • mishoboss

      2
      0
      Votes
      2
      Posts
      2206
      Views

      @mishoboss Hello! We are currently working in Onsen UI extensions for React and Angular2. I think we will release a usable version of this extension for React within the next two weeks :) After it’s released you will have samples and docs. About your second question, in Onsen UI 2.0 there is a new component called ons-splitter that basically combines the sliding menu and the split view. Those two are just maintained in the Angular1 extension for backward compatibility.