time-engaged icon indicating copy to clipboard operation
time-engaged copied to clipboard

Parse.ly's open source implementation of time engaged tracking

Results 1 time-engaged issues
Sort by recently updated
recently updated
newest added

[This code](https://github.com/Parsely/time-engaged/blob/master/src/tracker/engaged_time.js#L45) listens for `touchenter` events, but AFAIK [no browser implements such events](https://developer.mozilla.org/en-US/docs/Web/Events/touchenter). I'm just curious if this is needed, or could be removed from the code. I've noticed this...