DrawerFooter doesn't appear in mobile browsers
See original GitHub issueBug report
Describe the bug
The DrawerFooter
component is not appearing when a Drawer
is open in mobile browsers. Tested on Chrome/Brave/Firefox/Safari on both Android and iOS
To reproduce
- Click on “Open Drawer”
- Drawer will open
- Should see “Cancel” and “Upload File” buttons in lower right in
DrawerFooter
but do not appear on mobile browsers
Minimal reproduction
Expected behavior
DrawerFooter component should appear when drawer is open
Screenshots
System information
- OS: Android/iOS
- Browser (if applies): Chrome/Brave/Firefox on Android - Safari on iOS
- Version of @chakra-ui/core: 1.0.0-rc.8
Issue Analytics
- State:
- Created 3 years ago
- Comments:18 (5 by maintainers)
Top Results From Across the Web
Footer not displayed properly on mobile browsers [closed]
If you scroll down, you'll notice that the footer is revealed. Chrome's mobile emulators also display the footer properly.
Read more >Custom Header and Footer - React Native Drawer Navigator
Check out on udemy: https://bit.ly/3vbA1LX In this video we will see how we can create drawer navigation using react native and re …...
Read more >Application service — Vuetify
In Vuetify, the v-app component and the app prop on components like v-navigation-drawer , v-app-bar , v-footer and more, help bootstrap your ...
Read more >Problem with menu icons. Astra theme | WordPress.org
I am using Astra theme with Elementor. But it is appreciated that the drop-down menu does not recognize the icons of the “Astra”...
Read more >Modal - Bootstrap
Below is a static modal example (meaning its position and display have been ... </p> </div> <div class="modal-footer"> <button type="button" class="btn ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Well, I’m newbie, and maybe is not the best practice, but I solved the problem in the next way:
My problem now is when the keyboard goes up, footer too.
@with-heart One last follow-up here for how I solved this in my use case. I used your trick of extra bottom-padding with a media-query of this sort -
<DrawerFooter mb={{base:"25%",sm:"25%",md:"25%",lg:0,xl:0}}>
This seems to work well enough for now.