Giter Site home page Giter Site logo

Comments (9)

amrlabib avatar amrlabib commented on June 8, 2024

Can you please give me more details about this issue it is in useTimer right? is this issue happening only when you use resume function ? is it still available in v3.0.0 and above ?

The way useTimer is working is based on calculating the seconds from the submitted expiry timestamp every 1000 ms this mean that if phone is locked and browser is not active, the next time the browser will be active the timer should still calculate remaining seconds correctly, from version 3.0.0 resume is working in a similar way so let me know if this issue is still there

from react-timer-hook.

veeramarni avatar veeramarni commented on June 8, 2024

In my case, I don't want the timer to stop when the browser is not active. Let say if the browser was not active at the 20th second and I open the browser after 5 minutes, the timer should show the 5 minutes that were passed instead of continuing from the time (from 21 seconds) when the browser was minimized. Is there a way for me to do it?

from react-timer-hook.

amrlabib avatar amrlabib commented on June 8, 2024

Can you please confirm if you are referring to useStopwatch or useTimer ?

from react-timer-hook.

veeramarni avatar veeramarni commented on June 8, 2024

I'm referring to useTimer.

from react-timer-hook.

amrlabib avatar amrlabib commented on June 8, 2024

Then it should work correctly because useTimer is working by deciding the current timer state based on expiry timestamp that is passed from settings. this mean that if you take browser to background and then return to foreground it should still show correct time passed.

from react-timer-hook.

veeramarni avatar veeramarni commented on June 8, 2024

@amrlabib I'm using useStopWatch and I can reproduce this issue. Can you fix it for useStopWatch as well?

from react-timer-hook.

amrlabib avatar amrlabib commented on June 8, 2024

@veeramarni can you please update the package to the latest version i changed the implementation of useStopwatch as well in one of the recent versions so that it will be calculated correctly even if the browser or phone went in background. You can also test the stopwatch Demo in readme it is using latest code

from react-timer-hook.

veeramarni avatar veeramarni commented on June 8, 2024

I haved checked the demo in my mobile, both useTimer and useStopWatch both get paused in the background when the browser is not active.

from react-timer-hook.

veeramarni avatar veeramarni commented on June 8, 2024

I guess I found the issue, in iPhone the page gets refreshed automatically when I open it after few hours.

from react-timer-hook.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.