-
Notifications
You must be signed in to change notification settings - Fork 26
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
[BUG] iOS: footer template #2243
Comments
This might not just be an ios issue, but more devices with a notch (e.g. think pixel3a might have similar), usually related to how the code has been setup to handle I'm not sure if this is something we've explicitly looked into in the past, I think the ionic nav-bar component automatically handles this but likely more work required for full layouts. A couple potentially useful links: https://ionicframework.com/docs/theming/advanced#safe-area-padding |
Can confirm this issue is present on devices as well as simulators (tested on iPhone SE 3rd gen, iOS 17.3.1). Seems to be an issue with |
Just to check, is the issue also apparent on safari desktop or mobile browsers? Or only when running on device? |
Might again be one for just hardcoding the color to 'white' as it seems to maybe not always be picked up correctly. Also could be worth trying to update ionic components to latest version in case any include fixes. |
Describe the bug
Follow-up to #2234
On iOS, the icons in the footer template disappear when navigating to some templates.
Screenshots and videos
Initial.emulation.mov
The text was updated successfully, but these errors were encountered: