fix: Safari bfcache 복원 시 stale 상태 방지#303
Merged
Merged
Conversation
iOS Safari에서 뒤로가기 시 bfcache에서 복원된 stale 페이지가 표시되는 문제 해결. pageshow 이벤트로 감지하여 리로드.
Contributor
Staging 배포 완료URL: https://dev.damoang.net
|
sdk-kr
added a commit
that referenced
this pull request
Mar 7, 2026
## Summary - iOS Safari에서 뒤로가기 시 bfcache에서 복원된 stale 페이지 문제 해결 - `pageshow` 이벤트의 `persisted` 플래그로 bfcache 복원 감지 후 리로드 ## Related - 버그 #7697, #7627: 아이폰 사파리 뒤로가기/이전페이지 동작 이상 ## Test plan - [ ] iOS Safari에서 게시글 → 뒤로가기 시 정상 동작 확인 - [ ] Chrome/Firefox에서 뒤로가기 기존 동작에 영향 없는지 확인 Co-authored-by: Deploy Bot <deploy@damoang.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pageshow이벤트의persisted플래그로 bfcache 복원 감지 후 리로드Related
Test plan