Skip to content

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

@ZennaxxJay

Description

@ZennaxxJay

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.

@hackiftekhar Please help me :)

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions