-
Notifications
You must be signed in to change notification settings - Fork 195
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
Can't delete token on iOS 8 when using a custom keyboard #38
Comments
Ah, it seems like |
well i have patched this issue, it happens if we are subclassing the text field.
|
@suhailwy, can you create a pull request? |
@frobichaud Seems like this has not completely fixed the issue. In swiftkey when you press backspace it just select, the next consecutive backspace doens't delete the token. |
Same for me, still doesn't fix it for Swiftkey |
@Zwaaan & @bhanubirani check out my pull request, that should fix it for Swiftkey and other custom keyboards |
I have SwiftKey installed and the Delete key doesn't delete tokens. It does work if I switch the keyboard back to the native one.
The text was updated successfully, but these errors were encountered: