-
Notifications
You must be signed in to change notification settings - Fork 1
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
[#685] [fix] iOS PWA 환경에서의 status bar 스타일 추가 #687
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
⚡️ Lighthouse Average Scores Across Reports:
⚡️ Average Details Across All Reports:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
디자인 너무 좋아요~~!! 수고 많으셨습니다!!
@@ -34,7 +34,9 @@ export const metadata: Metadata = { | |||
{ rel: 'icon', url: '/favicon.ico' }, | |||
], | |||
appleWebApp: { | |||
capable: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment;
요건 어떤 속성인가요?!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
iOS 모바일 환경에서 상단 노치 부분까지 확장해서 전체화면으로 보여주도록 하는 옵션이에요!
해당 옵션을 true로 하여 BottomSheet
혹은 Menu
가 동작할때
나타나는 Dim 영역이 상단 노치 부분까지 포함 되도록 했습니다!
구현 내용
스크린샷
pr 포인트
북카이브
,도서 검색
,독서 모임
,내 프로필
코드관련 이슈