Feature description
I want to add passive behavior to my touchstart event listener which I have initialized through the $().on("touchstart", function) command. This is how we add passive event listeners in chrome https://stackoverflow.com/questions/37721782/what-are-passive-event-listeners
Feature motivation
This boosts performance in chrome considerably.
Feature description
I want to add passive behavior to my touchstart event listener which I have initialized through the
$().on("touchstart", function)command. This is how we add passive event listeners in chrome https://stackoverflow.com/questions/37721782/what-are-passive-event-listenersFeature motivation
This boosts performance in chrome considerably.