Jump to content
Search Community

BuroCat

Members
  • Posts

    4
  • Joined

  • Last visited

BuroCat's Achievements

0

Reputation

  1. It would be great if someone from the staff could look into the issue, or at least make a comment that this is absolutely expected behavior. 2 finger swipe is not an option! I am thinking about binning the draggable component and only use the throw props plugin to add to the swiping. Thats maybe the way to go.
  2. We have gotten another project which uses the same sort of thing and our clients bring this up and up again. I tried to disable the draggable if the pageY position changes by more than 50 px (onDragStart/onDrag), but disabling the component does not unlock the default scrolling behavior. There must be a way to get this sorted, I can't believe that I am the only one with this issue. Cheers Thomas
  3. You can actually try it as we have just launched the website. http://bondistaycations.com.au . It would be great if we could find a solution for it, for now I have added overlays on the left and right (ipad) of the draggable component to scroll out of it. We where thinking if you have a scrollLeft type of the draggable component give it an additional option to allow vertical scrolling. You could track the y touch movement (touchstart-move) and if its more then 20 - 50 px don't prevent default behaviour. Its friday in Australia, so a merry xmas to the team and thx for looking into it.
  4. Hi, I am developing a little website using the draggable component which is awesome. The only issue I have with it is that if the screen (like ipad and phone devices ) is very small and the scrolling container is bigger then the viewport you will get stuck on the draggable component. The reason for that is that a swipeup or mouse move up|down seems to be disabled when you use the scrollLeft type. Is there a way to fix this ?? Try it out on the demo, set the draggable instance to scrollLeft and make your screen the size of the text window and try to get out of this view using the mouse click + hold + up|down. its not possible right now. Please help. I am a green sock member and a huge fan.
×
×
  • Create New...