fix(map): iOS 키보드가 검색 시트를 밀어내는 문제 수정 - #118
Merged
Merged
Conversation
- 검색 패널 자동 포커스를 슬라이드 전환(300ms) 종료 후 preventScroll 로 — translate 상태에서 포커스하면 Safari 가 뷰포트를 옆으로 팬해 화면이 밀린 채 남는다 - 검색 진입 시 시트를 full 로 강제 — 키보드가 떠도 시트와 키보드 사이로 지도가 드러나지 않는다. 닫으면 진입 전 높이로 복원(검색 중 직접 바꿨으면 존중) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
0. 링크
1. 요약
2. 작업 내용
focus({ preventScroll: true })로 변경 — 패널이 아직 translate로 화면 밖에 있는 동안 포커스하면 iOS Safari가 입력을 보이게 하려고 뷰포트를 옆으로 팬해, 전환이 끝나도 화면이 밀린 채 남음.slide-screen의SLIDE_DURATION_MS를 export해 재사용🤖 Generated with Claude Code