Jump to content
Search Community

bellaz

Premium
  • Posts

    4
  • Joined

  • Last visited

About bellaz

bellaz's Achievements

  1. Hi, thank you very much for your answers. This is not exactly what I was looking for, but with the onPress and onRelease callbacks I managed to do what I was looking for. Thanks again, I'm marking the answer addressing the original topic as correct.
  2. This option resolves the issue of the link opening while dragging vertically, but now of course the slider doesn't move when i drag a card! Is there another way to achieve this?
  3. Thank you for your quick response. It was the filter drop shadow, I didn't know it could impact so much on the performances. I'd like to ask you for another suggestion, if you don't mind. In the circular slider of the example above, I have <a> elements instead of the simple <div> cards. The problem is that the click on the element is triggered also when i swipe vertically across the slider. This also happens if I remove the href and try to go to the linked page manually on the onClick callback. That is very frustrating especially on mobile devices: is there a way to disable the vertical drag on a type: "rotation" Draggable? My expected behaviour is this: Swipe horizontalli -> The slider rotates Swipe vertically -> the page scrolls (which now doesn't) Click -> Open the link Thank you very much!
  4. Hi, I have a circular slider on my website, copied from this example https://codepen.io/Mrchoy/pen/eYbezYG It works fine but I noticed a big performance issue on iOS devices, the slider is almost impossible to use because of the lag. Is there something I can do to improve this? The js is copied from the example, I just changed the css and of course the content of the cards. Thank you
×
×
  • Create New...