Navigation

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

    • Unsolved OnsenUI React + jQuery Touch Punch conflict.
      Onsen UI • onsenui jquery jquery-touch-punch draggable drag-drop touch-punch problem conflict • • Paweł Wojtaszko

      2
      0
      Votes
      2
      Posts
      1706
      Views

      @Paweł-Wojtaszko There is currently a compatibility issue with some drag-related libs. Check this topic for more info https://community.onsen.io/topic/2989/unable-to-disable-ons-splitter-side-gesture-detector
    • D

      PushPage's Title and JSON Ajax problem
      Onsen UI • onsen ui onsen ui 2.0 jquery pushpage json • • dvlwjoffice

      9
      0
      Votes
      9
      Posts
      7421
      Views

      D

      @Fran-Diox Ahh, i see. Thanks for make a very great explanation just for me. I think this thread can closed now. Thank you very much !
    • R

      Proxiway - A Geo-fencing Based app designed using OnsenUI
      Showcase • cordova onsen ui 2.0 material design jquery performance • • rajatkosh

      9
      0
      Votes
      9
      Posts
      6540
      Views

      Z

      Rajatkosh just saw your website. Are you still using Onsen, because all I could see was bootstrap?
    • Solved Drag / Drop Conflict with Hammer.JS and jQuery UI + Punch
      Onsen UI • tutorial github jquery examples hammer drag drop • • munsterlander

      12
      0
      Votes
      12
      Posts
      9114
      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.