-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The toolbar over the keyboard is not presented from SwiftUI views on iOS 18.1. #2093
Comments
I tested SwiftUI view in Demo project both with versions 7.2.0 and 8.0.0. |
ok, sure! I'll do it once I get some time. |
@hackiftekhar is there a proposed fix for this bug yet ? Or is the toolbar not available in iOS 18 yet? |
hackiftekhar/IQKeyboardToolbarManager#4 |
Hi @hackiftekhar - any chance you can take a look at @Peterek's PR? |
Describe the bug
The toolbar over the keyboard is not presented from SwiftUI views on iOS 18.1. Please check the attached demo project. I checked on both the iOS 18.1 simulator and the device. The same project works correctly on the iOS 17.5 simulator. There, the toolbar is visible.
The issue is reproducible only for SwiftUI views. For UIKit, everything works as expected.
Demo Project
IQKeyboardManagerIssueSwiftUI.zip
Versions
Xcode: 16.1
Mac OS: 15.1
Simulator/Device: 18.1
Simulator/Device Name: iPhone 16
Library Version: 8.0.0
The text was updated successfully, but these errors were encountered: