-
Notifications
You must be signed in to change notification settings - Fork 1
260 백그라운드 타이머 제작 #264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
260 백그라운드 타이머 제작 #264
The head ref may contain hidden characters: "260-\uBC31\uADF8\uB77C\uC6B4\uB4DC-\uD0C0\uC774\uBA38-\uC81C\uC791"
Conversation
Visit the preview URL for this PR (updated for commit 1b396d3): https://ontime-c63f1--pr264-260-jx5xfilt.web.app (expires Sat, 24 May 2025 11:00:51 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 7d60a2eae4c4a5839220ed6a57552a3b61cce5a3 |
Visit the preview URL for this PR (updated for commit 1b396d3): https://on-time-front-widgetbook--pr264-260-mje9z4wl.web.app (expires Sat, 24 May 2025 11:01:36 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: e53128a376fed0209d449279de9c0d94c83cdd8b |
https://github.com/DevKor-github/OnTime-front/wiki/Git#types |
백그라운드 실행이 어떠한 방식으로 구현되었는지 간략하게 설명부탁드려도 괜찮을까요? |
현재는 타이머가 돌아가기 시작한 시점을 기준으로 해서 경과 시간을 계산하고 있습니다.
|
그렇게 변수에 저장하면 앱을 껐다가 켜게 되면 값이 사라지지 않나요? |
그래서 우선은 웹 기준으로 창을 줄이거나 새 탭을 열어서 나갔다 들어왔을 때, (즉 앱을 끄지 않은 상태에서 해당 사이트를 벗어났을 때) 기준으로 백그라운드가 돌아가게만 구현해 둔 상태입니다... |
Describe your changes