Closed denis-taran closed 8 years ago
On some mobile devices ev.touches is set to undefined, causing a lot of exceptions, when accessing the touches property:
ev.touches
undefined
touches
ev.touches[0] => undefined is not an object (evaluating 'ev.touches')
This exception is not critical, but it will flood client-side javascript logs with a lot of unnecessary exceptions.
Thanks! Merged into dev repository. Hopefully, we'll come up with a minor release in a couple weeks, and this repository will be updated as well
On some mobile devices
ev.touches
is set toundefined
, causing a lot of exceptions, when accessing thetouches
property:This exception is not critical, but it will flood client-side javascript logs with a lot of unnecessary exceptions.