Open
Description
Description
When navigating to the Keyboard view, there is a noticeable delay of about 1-2 seconds before the view renders. This delay is quite pronounced and affects the overall user experience.
Reproduction Steps
- Open the application.
- Navigate to the Keyboard view.
Expected Behavior
The Keyboard view should load immediately without any significant delay.
Actual Behavior
The Keyboard view takes about 1-2 seconds to load, making the navigation feel sluggish.
Additional Information
The same delay is observed in the AudioKit cookbook Keyboard example.
Environment
- Device: iPhone 15, iOS 17.5
Possible Solution
Add a ProgressView while the keyboard is rendering or optimize rendering method.