-
Notifications
You must be signed in to change notification settings - Fork 55
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
AnimatedEditText only animates first character when using custom keyboard. #1
Comments
Yes, that's a known issue. Swift or swiping effectively replace text which makes it a lot harder to figure out of the text is being added or not. Currently, I do plan to investigate if this is possible to solve. Will keep you posted. |
Fixed is version 0.0.4. |
I've updated the comments above. However, this was actually fixed in v0.0.4. Seems that swift would add a space after auto complete and swiping where as the default keyboard adds the space when a new word is typed. Should work now. |
Great!. Will check it. Thanks. |
HI. I have a problem with your AnimatedEditText. I ran your sample app on my phone having a custom keyboard(Swiftkey keyboard). When i started entering characters, only the first character gets animated.
I debugged and found that onTextChanged() method returns start value as always zero.
The text was updated successfully, but these errors were encountered: