illyabusigin / CYRKeyboardButton

A drop-in keyboard button that mimics the look, feel, and functionality of the native iOS keyboard buttons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ability to replicate pan behavior as seen in native keyboard view.

illyabusigin opened this issue · comments

I'd like to implement a behavior found on the iPhone's system keyboard: user touches a key, and other keys are highlighted as the finger drags across the keyboard. When the finger lifts, the last highlighted key inserts the text. If user long-taps a key, then its expandedInputView pan gesture is tracked instead of the entire keyboard.

+1 this would be awesome

Yes. How can we do that one? I am modifying this library and still not okay. Can anyone advice?