Navigation

    Monaca & Onsen UI
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. Tags
    3. help

    • L

      Can anyone make me a basic JQueryMobile template with a few plugins.
      Monaca Tools • cordova plugins help keyboard footer advice header project temp jquery mobile • • Lammie71

      1
      0
      Votes
      1
      Posts
      558
      Views

      No one has replied

    • K

      How to get the "index" to use with removePage()?
      Onsen UI • help geolocation giro ditalia • • kullboys

      2
      0
      Votes
      2
      Posts
      1467
      Views

      @kullboys, probably better use the popPage() if you’re removing the last page. However, to get the index you will have to parse Navigator pages property: var xPages = document.querySelector('#appNavigator').pages; for (i = 0; i < xPages.length; i++) { console.log(xPages[i]); console.log(xPages[i].id); }
    • My collection of Onsen Examples
      Onsen UI • tutorial github examples help intro • • munsterlander

      3
      2
      Votes
      3
      Posts
      2648
      Views

      @Fran-Diox Updated and will continue to update. Most of this is just snippets of code that people have requested or we answer multiple times. Hopefully, it helps and I will continue to add to it as I go.