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

Inaccurate Time Tracked when session is left for long hours #71

Closed priyankanethi closed 3 years ago

priyankanethi commented 3 years ago

Recently, I started using TimeMe for tracking the time. But when I leave the session for long hours and resume the work, it seems it is not accurate. It is adding hours to the actual time I spent on . Any idea why this is happening?