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
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.
The text was updated successfully, but these errors were encountered:
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
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
Possible Solution
Add a ProgressView while the keyboard is rendering or optimize rendering method.
The text was updated successfully, but these errors were encountered: