I am using an iPad Pro with a Smart keyboard. Sometimes, but frequently, but not all the time, as I use the up and down arrow keys the following words of text are inserted (just one word, but I list off what I have seen):
UIKeyInputDownArrow
UIKEYINPUTUPARROW,
UIKeyInputUpArrow
Expected result
These look like debugging statements that should not appear in the UI when using the up and down arrow keys.
Again, its totally random, I canāt find a pattern.
Environment
iOS - newest version
iPad pro 10.5
Apple smart keyboard
@Erica I want to ping this issue one more since there hasnāt been a response. I am using Dynalist in a training environment for making notes and this is not a good bug when using physical keyboard in on a mobile device
@Erica I just wanted to raise attention again to this bug. I am doing extensive note taking all day on my iPad and this bug is very noticable in the random arrow movement information it can leave in my notes. I wish I could determine what is causing it, but I havent found a reason yet.
Hi team, just reporting that Iām also seeing this. After about 10 presses of up on a physical keyboard I get the cryptic āUIKeyInputUpArrowā. Just thought Iād let you know!
Shida looked into this bug a year ago, and although he can repro it, he couldnāt find a fix for it. Thereās no information on the internet about this bug either. Sorry about that!
EDIT: Actually, we just found out that we might be able to fix this in iOS 13. Weāll look into that!
Should be fixed on the latest version (1.3.7). Youāll need to use iOS 13 or later for up/down on external keyboards to work though.
The reason is that iOS had a bug related to up/down key that was fixed in iOS 13, and we used to rely on a very ugly hack that intercepts the natively overriden up/down keys.
Now that iOS 13 fixes the bug, weāve removed the hack. It does mean that for iOS 12 or earlier, up/down keys will no longer work, but Iām so glad itās removed because it relies on a very sketchy method thatās not officially recommended.