-
-
Notifications
You must be signed in to change notification settings - Fork 7
Description
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:
- Go to view with text field.
- Click on textfield it will show toolbar
- Add app to background and again open app.
- Click on another textfield it will not show toolbar.
- 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
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