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 : ReportIngredientModalView에서 키보드가텍스트필드 가리는 문제 대응 #118

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

earlysummer0303
Copy link
Collaborator

@earlysummer0303 earlysummer0303 commented Dec 13, 2023

What I Did!

ReportIngredientModalView에서 키보드가 텍스트필드 가리는 문제를 대응했습니다.

사실 KeyboardHandler를 활용해서 완벽하게 해당 텍스트필드가 활성화 되었을때 포커싱 되게 만들고 싶었지만, KeybooardHandler가 정확한 keyboardHeight 값을 가져오지 못하는 문제가 있어서 그렇게 하지는 못하고, 해당 뷰 Vstack 텍스트필드가 있는 구간에만 ScrollView를 넣어주는 방식을 사용했습니다. 이 방식을 사용하면, 정확하게 포커싱이 되는게 아니기 때문에, 키보드가 올라올때 기존처럼 텍스트필드를 살짝 가리긴 하지만 (하단 1/3 높이 정도) 스크롤뷰를 바로 아래로 내려서 텍스트필드가 완전히 보이게 할 수 있습니다.

+) ScrollViewReader도 잘 안먹히네요 ㅠㅠ

시도해본 방법중에 이게 최선인것 같아서 일단 이렇게 했지만.. 더 좋은 방법을 찾으면 또 업데이트 하겠습니다.

Issue

#117

Review Point

<코드 개선 후 영상>

RPReplay_Final1702463658.MP4

Reference & Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] 재료 추가 제보뷰에서 키보드가 맨 아래 Textfield 일부를 가리는 문제
1 participant