IOS -App Stotters auf dem ersten Tippen auf das Textfeld, loggen gelegentlich Debug -Nachrichten protokolliert
Posted: 15 Feb 2025, 09:05
In meiner iOS -App gibt es ein spürbares Stottern, wenn ein Textfeld zum ersten Mal abgebaut wird. Zusätzlich sehe ich gelegentlich die folgende Debug -Nachricht in der Konsole: < /p>
Can't find or decode reasons
< /code>
Failed to get or decode unavailable reasons
< /code>
-[RTIInputSystemClient remoteTextInputSessionWithID:performInputOperation:] perform input operation requires a valid sessionID. inputModality = Keyboard, inputOperation = , customInfoType = UIEmojiSearchOperations
< /code>
Question:
Can't find or decode reasons
< /code>
Failed to get or decode unavailable reasons
< /code>
-[RTIInputSystemClient remoteTextInputSessionWithID:performInputOperation:] perform input operation requires a valid sessionID. inputModality = Keyboard, inputOperation = , customInfoType = UIEmojiSearchOperations
< /code>
Question:
- Why does the app stutter on the first tap of the text field?
- Is the debug log related to the stutter? How can I further analyze and resolve this issue?