IQKeyboardManager icon indicating copy to clipboard operation
IQKeyboardManager copied to clipboard

When the keyboard opens, the text field gets hidden — this issue occurs only on iOS 26.

Open ZennaxxJay opened this issue 2 months ago • 2 comments

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

Image Image

Versions

Xcode: 16.4 Mac OS: Sequoia 15.4 Device Name: iPhone 12 Library Version: Latest Version of IQkeyboard

ZennaxxJay avatar Nov 03 '25 07:11 ZennaxxJay

We are also facing similar issue on our production app on latest iOS version 26. Is there any work around to fix this?

Thamizhan avatar Nov 20 '25 05:11 Thamizhan

Same here in our app. Any updates about this?

tech-ios avatar Dec 09 '25 23:12 tech-ios