SqueakJS icon indicating copy to clipboard operation
SqueakJS copied to clipboard

Spoken text input on iOS keyboard somewhat broken

Open codefrau opened this issue 1 year ago • 3 comments

While speaking, iOS generates multiple versions of the recognized text. For example if you say "3+4" it will first generate Three and then replace that with 3+4. We are not properly deleting the Three and instead end up with Three3+4.

codefrau avatar Jun 23 '24 20:06 codefrau

I bet this is the same issue I observed for autocorrection on Android, e.g., using Gboard (mentioned here).

LinqLover avatar Jun 23 '24 22:06 LinqLover

I bet this is the same issue I observed for autocorrection on Android, e.g., using Gboard (mentioned here).

Yes that’s likely. I think it’s different from the cursor issue though.

codefrau avatar Jun 23 '24 23:06 codefrau

I wish both just required implementing two similar edge cases in some keyboard event handler functions, but I have not looked into it. :sweat_smile:

LinqLover avatar Jun 23 '24 23:06 LinqLover