IOS -App Stotters auf dem ersten Tippen auf das Textfeld, loggen gelegentlich Debug -Nachrichten protokolliert

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: IOS -App Stotters auf dem ersten Tippen auf das Textfeld, loggen gelegentlich Debug -Nachrichten protokolliert

by Anonymous » 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:
  • 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?

Top