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

[BUG] Flying Keyboard does not match keyboard animation #115

Open
AmitMY opened this issue Nov 4, 2023 · 0 comments
Open

[BUG] Flying Keyboard does not match keyboard animation #115

AmitMY opened this issue Nov 4, 2023 · 0 comments
Labels
bug Something isn't working mobile spoken-to-signed

Comments

@AmitMY
Copy link
Contributor

AmitMY commented Nov 4, 2023

Current Behavior

The iOS keyboard uses a spring animation, that we are trying to approximate using a bezier:

.easing('cubic-bezier(.17,.54,.42,.79)')

Expected Behavior

Best solution would be to use a spring animation.

Second best solution would be to track the keyboard frame-by-frame, and fit a better bezier curve based on the actual placement (when closing and opening)

Steps To Reproduce

On a mobile device, in the spoken-to-signed direction, hit the text box.

RPReplay_Final1696842108.mov

Related issues

ionic-team/ionic-framework#28226

@AmitMY AmitMY added bug Something isn't working spoken-to-signed mobile labels Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mobile spoken-to-signed
Projects
None yet
Development

No branches or pull requests

1 participant