How to prevent hiding on keyboard (iOS) #255
-
The tabbar is hiding when opening the keyboard which creates an ugly content jumping effect. React Navigation has the prop Below a screen recording showing the issue. Note how the map positions changes when opening the keyboard. Simulator.Screen.Recording.-.iPhone.16.Pro.Max.-.2025-01-24.at.03.26.06.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey! Thanks for opening the discussion. Looks like there is a way to handle this in SwiftUI and prevent the keyboard from closing bottom nav (https://stackoverflow.com/questions/63996853/swift-prevent-tabbar-from-moving-up-when-keyboard-is-active). Can you create me a small reproduction example of the issue? This would be really helpful 🙏 |
Beta Was this translation helpful? Give feedback.
Hey, can you test
"0.8.3-canary-20250130084049"
version released from this PR #269? If it fixes your issue I will create 0.8.3 stable 🙏