Navigation

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

    mvanes

    @mvanes

    0
    Reputation
    3
    Posts
    590
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    mvanes Follow

    Posts made by mvanes

    • Storing and retrieving navigator page stack

      Hi all,

      Is there a (simple) way in onsen.ui 2 to store the navigator page stack and reopen/rebuild it on a next visit?

      We have a mobile web app with quite a few page’s in it. people have to navigate thru a few menu’s/pages to get to the information they are looking for. I would like to somehow store their navigator page stack. So when they go away and later revisit the app, i can retrieve the stack and reopen the pages. to bring them back to the page they last visited.

      Since the page stack is being held in a navigator during the use of the app, I think it should be possible to somehow store it and use this to rebuild it on next visit. Storing data on local storage and detecting a next visit isn’t the problem. But I haven’t found a way (yet) to store/rebuild the page stack.

      Is there someone who can help or point me in the right direction?

      Thanks in advance,
      Martin

      posted in Onsen UI
      M
      mvanes
    • RE: PWA App switching

      no replies… that’s a bit dissapointing.

      posted in Developer Corner
      M
      mvanes
    • PWA App switching

      Hi all,

      I am building a PWA with onsen ui. This is working great.
      But, when i have the app open on my mobile and switch to a other app, and go back again to my PWA, it always goes back to my main page. This can be frustrating. I navigate to some specific info in my PWA, switch to my mail to check something, then switch back again, and i get thrown back to the main page and have to navigate back to where i was.

      Is there a way to stay on the same page when switching between Apps?
      Do i need to store the navigator stack myself and on reopening check the saved stack and use it to navigate to the page i was? or is there a more simple way to do this?

      Thanks for helping!

      posted in Developer Corner
      M
      mvanes