IPhone Keyboard block Bootstrap 5 Bottom Canvas #41147
Unanswered
odion-cloud
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prerequisites
Describe the issue
Describe the issue
I'm building a Vue 3 project with Bootstrap 5, and I've implemented a dynamic bottom canvas (offcanvas) where users can add and interact with content. However, on iPhones, when the keyboard pops up (e.g., during form input), it blocks the bottom canvas, preventing the content from being displayed or accessed properly.
I've tried using CSS solutions like position: fixed;, bottom: 0;, and overflow: auto;, but they didn't resolve the issue. The problem seems specific to iOS handling of fixed-position elements when the keyboard is active.
Has anyone faced a similar issue with iOS keyboards and dynamic bottom canvases? Any suggestions or workarounds would be greatly appreciated!
my code
i try adding this to script but still didnt work
What operating system(s) are you seeing the problem on?
iOS
What browser(s) are you seeing the problem on?
Safari
What version of Bootstrap are you using?
v5.3
Beta Was this translation helpful? Give feedback.
All reactions