Jump to content
Search Community

mjatt

Members
  • Posts

    1
  • Joined

  • Last visited

mjatt's Achievements

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hi, I've been using Draggable to create sliders for various types of content and am having trouble getting iOS's context menu to appear on GSAP 2.1.3. I'm using the following options to create my Draggable context. I've set both dragClickables and allowContextMenu to be true which works great on desktop and Android; however, iOS (both pre-iOS 13 and on iOS 13) doesn't seem to bring up their context menu. I haven't found anything in the documentation that says this shouldn't work. Draggable.create(container, { type: "x", bound: window, allowContextMenu: true, edgeResistance: 0.9, dragClickables: true, dragResistance: 0, throwProps: true, snap: { x: xAxisSnap, }, }); Thanks!
×
×
  • Create New...