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
{{ message }}
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
It would be great if there was a data attribute to target specific UI components to trigger instantly rather than waiting for the 300ms delay. In particular, I think anything in a fixed header/footer/panel would be safe to not have a delay. Making this easy to do would prevent ppl from having to roll their own solutions such as those described here: http://cubiq.org/remove-onclick-delay-on-webkit-for-iphone
In a nutshell, I'm using the script by cubiq and doing this
// No delay on links in header and fixed panel$(document).on('pageinit',function(){$('[data-role="header"], #mainMenuPanel').noClickDelay();});
It would be great if there was a data attribute to target specific UI components to trigger instantly rather than waiting for the 300ms delay. In particular, I think anything in a fixed header/footer/panel would be safe to not have a delay. Making this easy to do would prevent ppl from having to roll their own solutions such as those described here: http://cubiq.org/remove-onclick-delay-on-webkit-for-iphone
In a nutshell, I'm using the script by cubiq and doing this
I'd much rather do this
I know this has been discussed a 100 times over, I'm just not sure if anyone proposed a configurable option to target strategic UI components.
Thanks!
The text was updated successfully, but these errors were encountered: