Skip to content

Tool bar is hidden when coming back to app from background. (iOS 26) #15

@mitulatharva

Description

@mitulatharva

Hello @hackiftekhar ,
Please let me know if i am missing something here or need further info.
Thank you.

Describe the bug
The Tool bar is perfectly visible when app is running. The issue of Tool bar getting hidden starts when the app comes from background. The tool bar is now hidden when you change the text field and starts to be visible after closing and opening it again and still in random cases getting hidden.

To Reproduce
Steps to reproduce the behavior:

  1. Go to view with text field.
  2. Click on textfield it will show toolbar
  3. Add app to background and again open app.
  4. Click on another textfield it will not show toolbar.
  5. Close keyboard and again reopen by taping on textfield now it works.

Expected behavior
When coming back to app tool bar should not hide.

Screenshots

toolbarhideissue.mov
Image

App Delegate code

func setUpIQKeyboard(){
IQKeyboardManager.shared.isEnabled = true
IQKeyboardManager.shared.resignOnTouchOutside = true
IQKeyboardManager.shared.keyboardDistance = 10

    IQKeyboardToolbarManager.shared.isEnabled = true
    IQKeyboardToolbarManager.shared.toolbarConfiguration.placeholderConfiguration.showPlaceholder = false
    IQKeyboardToolbarManager.shared.toolbarConfiguration.previousNextDisplayMode = .alwaysShow
    IQKeyboardToolbarManager.shared.toolbarConfiguration.tintColor = UIColor(named: "blackColor")

}

Versions

Xcode: 26
Mac OS: 26.0.1
Simulator/Device: 26.0
Simulator/Device Name: iPhone 17 pro, iPhone 14 pro
Library Version: 1.1.4

CC: @hackiftekhar , @mccarron

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