jasonzissman / TimeMe.js

A JavaScript library to accurately time how long a user views a web page, disregarding idle time and time when the tab or window is minimized.
MIT License
592 stars 124 forks source link

Scrolling or clicking not registering as 'mouse activity' #37

Closed annleeli closed 7 years ago

annleeli commented 7 years ago

If a user is scrolling inside an iframe, TimeMe doesn't recognize that they are still interacting with the page. Nvm: realized it was an iframe issue.