Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spoken text input on iOS keyboard somewhat broken #174

Open
codefrau opened this issue Jun 23, 2024 · 3 comments
Open

Spoken text input on iOS keyboard somewhat broken #174

codefrau opened this issue Jun 23, 2024 · 3 comments
Labels

Comments

@codefrau
Copy link
Owner

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 codefrau added the bug label Jun 23, 2024
@LinqLover
Copy link
Contributor

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

@codefrau
Copy link
Owner Author

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.

@LinqLover
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants