Is anyone else experiencing a short lag before the Command Palette is able to accept text?
It’s maybe only a second or so, but I’m very often missing the first letter of whatever text I start typing there. I should note that I’m not the fastest typist, so I wouldn’t imagine myself being an edge case on the basis of speed…
(iPadOS 18.7.1)
There is a split-second delay (currently 0.3 seconds) before the app requests focus for the search field. That is there because I had to add it to work around the fact that often SwiftUI would fail to focus the field at all if it hadn’t finished loading and presenting the view.
That’s not a change, however. It’s been that way since the Command Palette launched. It’s possible that Apple changes have made that code get called later so it feels different in new releases.
I’ll put it on the list to see if that delay is still necessary or if Apple has actually fixed one of their bugs in the intervening releases.
1 Like
Also, my use of Command Palette has increased in recent months, so I’ve been noticing this more… 