Navigation

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

    • Accordion + List with Vanilla JS and CSS
      Onsen UI • tutorial ons-list ons-splitter github examples accordion • • munsterlander

      1
      2
      Votes
      1
      Posts
      4615
      Views

      No one has replied

    • Remote Event Object Explorer
      Onsen UI • tutorial examples debugger console • • munsterlander

      1
      0
      Votes
      1
      Posts
      2979
      Views

      No one has replied

    • Solved Drag / Drop Conflict with Hammer.JS and jQuery UI + Punch
      Onsen UI • tutorial github jquery examples hammer drop drag • • munsterlander

      12
      0
      Votes
      12
      Posts
      13934
      Views

      @Fran-Diox Thanks! I did submit it so now I just need those votes and shares! Edit: On Reddit: https://www.reddit.com/r/javascript/comments/55xbgi/multiple_item_drag_and_drop_and_the_splitter/ Edit2: I know some might say, but wait, just use this in the drag event: e.target.style.transform = 'translate(' + e.gesture.deltaX + 'px,' + e.gesture.deltaY + 'px)'; The reason I did not, is due to when the object is dropped then picked up again, it causes the object to always jump back about 100 px top and left, so it creates a wonky interface.
    • My collection of Onsen Examples
      Onsen UI • tutorial github examples help intro • • munsterlander

      3
      2
      Votes
      3
      Posts
      4450
      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.