Skip to content
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

[FIX] IOS에서 Worker가 동작하지 않아 Worker 대신 Page Visibility API로 탭 전환 시 타이머 오차 개선 #411

Open
1 task
rbgksqkr opened this issue Nov 22, 2024 · 0 comments
Assignees
Labels
🫧 FE front end 🛠 fix 버그

Comments

@rbgksqkr
Copy link
Contributor

Description 💭

  • 모바일에선 백그라운드 실행에 대한 정책이 더 강력하여 Worker도 동작하지 않음
  • 페이지가 안보인 시점부터 다시 띄운 시점까지의 시간을 계산하여 빼주는 로직으로 개선

TODO ✅

  • 페이지가 안보인 시점부터 다시 띄운 시점까지의 시간을 계산하여 빼주는 로직으로 개선

Reference 🔎

https://developer.mozilla.org/ko/docs/Web/API/Page_Visibility_API

@rbgksqkr rbgksqkr added the 🛠 fix 버그 label Nov 22, 2024
@rbgksqkr rbgksqkr self-assigned this Nov 22, 2024
@leegwichan leegwichan added the 🫧 FE front end label Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🫧 FE front end 🛠 fix 버그
Projects
Status: No status
Development

No branches or pull requests

2 participants