Jump to content
Search Community

ClareBee

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by ClareBee

  1. Thanks for responding so quickly - really awesome to have this forum to turn to! I think you might be right about the Motorola...! I bumped my versions up to the latest yesterday. I'll have a go at creating a codepen & in the meantime increasing up the size of the target on mobile to see if that's the issue.
  2. Hi, New to GSAP & absolutely loving it so far! Ran into an issue though with Draggable on mobile. It works great on desktop/ipad, but when I try and drag a div horizontally along an svg line on my (old & janky) Motorola, it brings up the context menu (copy/select etc.). I've tried putting in the allowContextMenu explicitly, as below, but it still doesn't seem to latch onto the target (a div). Has anyone encountered this issue before? Any advice/help would be amazing! Sorry I haven't created a codepen - the scenario involves 2 massive svgs and loads of timeline code as well Happy to send a GitHub link privately if that would help? Thanks! Draggable.create('#dragNavigator', { type: 'x', bounds: document.getElementById('container'), allowContextMenu: false, cursor: 'grab', onDragStart: function() { // some code }})
×
×
  • Create New...