Navigation

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

    • W

      ons-select not firing change event
      Developer Corner • event eventlistener select • • willcarenow

      2
      0
      Votes
      2
      Posts
      3496
      Views

      @willcarenow This works: https://onsen.io/v2/api/js/ons-select.html#main May be your js file is not linked or the function is not declared properly. I suggest you create a CodePen to show the issue.
    • F

      ons-splitter and page events
      Developer Corner • ons-page ons-splitter eventlistener • • Facundo Arnold

      6
      0
      Votes
      6
      Posts
      7770
      Views

      F

      Perfect!. @Fran-Diox I solved using a service object to store states and data between pages. Thanks Again
    • Scroll event in carousel
      Onsen UI • event scroll carousel eventlistener listener • • Lee Dennis

      2
      0
      Votes
      2
      Posts
      3780
      Views

      I may be misunderstanding what you mean exactly. Here’s an demo showing how the scroll event works for pages both outside and inside a carousel. It logs 0 for the outer page and 1 for the inner one. If neither is what you want then a more precise explanation would be appreciated. Maybe you could provide an example showing what you are trying to do (a codepen would be preferred though not a requirement). That way we can find out where exactly the problem lies.