illyabusigin / CYRKeyboardButton

A drop-in keyboard button that mimics the look, feel, and functionality of the native iOS keyboard buttons
MIT License
350 stars 46 forks source link

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

Open illyabusigin opened 9 years ago

illyabusigin commented 9 years ago

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.

cemkozinoglu commented 9 years ago

+1 this would be awesome

khantthulinn commented 7 years ago

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