When the keyboard opens, the text field gets hidden — this issue occurs only on iOS 26.
Describe the bug
When the keyboard opens, the text field gets hidden — this issue occurs only on iOS 26.
When I click on “Login,” the OTP verification popup appears, and the keyboard opens — but the OTP view gets hidden behind the keyboard. This issue occurs only on iOS 26.
Here is the Present Popup Code:
let controller = VerifyOtpVC.instantiate(from: .Login)
controller.view.backgroundColor = .clear
controller.modalPresentationStyle = .overFullScreen
self.navigationController?.present(controller, animated: true)
I have installed below 2 pods:
pod 'IQKeyboardManagerSwift' pod 'IQKeyboardToolbarManager'
AppDelegate Code:
import IQKeyboardManagerSwift import IQKeyboardToolbarManager
IQKeyboardManager.shared.isEnabled = true
IQKeyboardToolbarManager.shared.isEnabled = true
Screenshots
Versions
Xcode: 16.4 Mac OS: Sequoia 15.4 Device Name: iPhone 12 Library Version: Latest Version of IQkeyboard
We are also facing similar issue on our production app on latest iOS version 26. Is there any work around to fix this?
Same here in our app. Any updates about this?