You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
PlayRhyba
changed the title
The toolbar over the keyboard is not presented from from SwiftUI views on iOS 18.1.
The toolbar over the keyboard is not presented from SwiftUI views on iOS 18.1.
Nov 14, 2024
I tested SwiftUI view in Demo project both with versions 7.2.0 and 8.0.0.
7.2.0 version can display the toolbar, but 8.0.0 version cannot.
Please investigate, thank you @hackiftekhar
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: