-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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(client): PWA時の絵文字ピッカーの位置をホームバーに重ならないように調整 #10534
Conversation
emoji picker bottoms are hidden by iPhone Home Bar. To fix this, add safe-area padding
Codecov Report
@@ Coverage Diff @@
## develop #10534 +/- ##
===========================================
+ Coverage 78.59% 78.81% +0.21%
===========================================
Files 161 162 +1
Lines 19647 19872 +225
Branches 331 332 +1
===========================================
+ Hits 15442 15662 +220
- Misses 4205 4210 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
🙏 🙏🙏 |
この実装だとタップして検索バーか上になったときにも下部にmarginができるのでまずいです |
あとtopにも不要なpaddingが発生している |
なんで?? |
focusの時はmarginなしにするか |
背面と重なってpaddingがあるように見えているだけな気がする |
これ参考にしてほしい |
paddingじゃなくてmarginとかで整えるべきじゃの |
What
fix: #10532
PWA時の絵文字ピッカーの位置をホームバーに重ならないように調整しました。
MKMenu
と同じpaddingを設定しています。Why
ホームバーと重なりタップがしづらいため
Additional info (optional)
スクショのシミュレーターの他、iPhone 12 Pro Max実機で表示を確認しています。
Checklist