Mango / slideout

A touch slideout navigation menu for your mobile web apps.
https://slideout.js.org
MIT License
7.94k stars 1.15k forks source link

Mark TouchStart and TouchMove event passive #221

Open Waterloo opened 7 years ago

Waterloo commented 7 years ago

I am getting a warning in chrome

Handling of 'touchstart' input event was delayed for 2147483647 ms due to main thread being busy. Consider marking event handler as 'passive' to make the page more responive.

trideout commented 7 years ago

+1

vkalach commented 6 years ago

the same