You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Current Behavior
The iOS keyboard uses a spring animation, that we are trying to approximate using a bezier:
translate/src/app/directives/keyboard-flying.directive.ts
Line 34 in 7a8f358
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
The text was updated successfully, but these errors were encountered: