slideout icon indicating copy to clipboard operation
slideout copied to clipboard

Optimize the event handler by marking it as passive?

Open thijssmudde opened this issue 6 years ago • 0 comments

Im using slideout in my cordova app and it feels a bit slow at time. In the console it says:

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

Is it possible to mark it as such?

thijssmudde avatar Aug 20 '17 22:08 thijssmudde