You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My functionality is related to the draggable menu, the menu icon is draggable as well as clickable, but the click event is not working at all on mobile devices.
The text was updated successfully, but these errors were encountered:
it's happened because you don't set the elementsWithInteraction as well as you want.
you can append element name that you want to have interaction as a value to this property, then you can listen to their events.
Hi,
My functionality is related to the draggable menu, the menu icon is draggable as well as clickable, but the click event is not working at all on mobile devices.
The text was updated successfully, but these errors were encountered: