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] 텍스트필드 모바일뷰 폰트 사이즈 14->16px 수정 #429

Merged
merged 2 commits into from
Aug 24, 2024

Conversation

lydiacho
Copy link
Member

@lydiacho lydiacho commented Aug 23, 2024

Related Issue : Closes #427


🧑‍🎤 Summary

16px 미만으로 설정되어있는 input 때문에 iOS safari에서 입력창 focus 시 자동으로 zoom이 되는 이슈 해결

🧑‍🎤 Screenshot

  • 14px
KakaoTalk_Video_2024-08-22-16-40-41.mp4
  • 16px
RPReplay_Final1724401886.MP4

🧑‍🎤 Comment

meta tag viewport에서 user-scalable 설정을 해줘서 막는 방법도 있지만,
이는 접근성을 위한 기능을 강제로 막는 방식이기 때문에 최대한 지양하는 것이 좋다고 판단했습니다
따라서 디자이너분들께 이슈 공유하고 14px이었던 모바일뷰 폰트 사이즈를 16px로 수정 (다른 뷰와 통일) 하는 것으로 수정했습니다 ~~

@lydiacho lydiacho self-assigned this Aug 23, 2024
Copy link

height bot commented Aug 23, 2024

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

Copy link
Member

@eonseok-jeon eonseok-jeon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨어요 :)

@lydiacho lydiacho merged commit 8577a94 into develop Aug 24, 2024
@lydiacho lydiacho deleted the fix/#427_auto-zoom branch August 24, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Fix] iOS <input> focus auto zoom 이슈 개선
2 participants