nglar / ngTouch

A angular module to add directives for touch devices.
MIT License
53 stars 30 forks source link

ngTouch is not working on mobile devices with new Chrome update (summer 2016) #19

Open chezih opened 7 years ago

chezih commented 7 years ago

There is a new feature called "passive event listener" This library should update according to this: https://www.chromestatus.com/feature/5745543795965952

Also please look at this thread: http://stackoverflow.com/questions/39152877/consider-marking-event-handler-as-passive-to-make-the-page-more-responive/39187679

Touch is not working on mobile device with this library I getting this error:

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 responsive.