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
Devices with touch capability often have a 300ms delay on click triggers. Throughout this site I have recommended using jQuery's .on() API method assigning clicks to open, close or toggle Slidebars.
To remove this delay, I recommend using FastClick - a JavaScript library purposely built to elimate the delay where neccesary.
You can find FastClick on GitHub at: https://github.com/ftlabs/fastclick
The text was updated successfully, but these errors were encountered:
https://www.adchsm.com/slidebars/help/advanced-usage/removing-click-delays/
The text was updated successfully, but these errors were encountered: