Hi everyone, has anyone experienced this: Opening ...
# compose-ios
f
Hi everyone, has anyone experienced this: Opening the soft keyboard (by tapping on an EditText UI element) takes a good 2 seconds the very first time (iOS) The console reads:
Copy code
[u 0263F598-737F-4947-A47A-062633B74AB9:m (null)] [com.google.keyboard.KeyboardExtension(2.3.19)] RB query for the extension process state failed with error: Error Domain=RBSServiceErrorDomain Code=1 "Client not entitled" UserInfo={RBSEntitlement=com.apple.runningboard.process-state, NSLocalizedFailureReason=Client not entitled, RBSPermanent=false}
a
Are you using custom keyboard on iOS? It may happened because of it.
f
mm I'm using gBoard, I'll try with the stock iOS keyboard
👍 1