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
Hello!
I'd very much like to enable touch swiping for mobile, but I want when is Desktop the draggable options were false
I have read another issues and pawelgrzybek answered: const mySiema = new Siema({ draggable: 'touchstart' in document.documentElement ? true : false, });
So, I tried with these options but don't work.
My code:
The text was updated successfully, but these errors were encountered:
Hello!
I'd very much like to enable touch swiping for mobile, but I want when is Desktop the draggable options were false
I have read another issues and pawelgrzybek answered:
const mySiema = new Siema({ draggable: 'touchstart' in document.documentElement ? true : false, });
So, I tried with these options but don't work.
My code:
The text was updated successfully, but these errors were encountered: