RxSwiftCommunity / RxKeyboard

Reactive Keyboard in iOS
MIT License
1.6k stars 175 forks source link

Is it possible to kick start keyboard dismiss interactively operation (Like WhatsApp) before the drag down operation touching the keyboard? #110

Open yccheok opened 3 years ago

yccheok commented 3 years ago

Currently, the keyboard only start kick start keyboard dismiss interactively operation when drag down operation touching keyboard edge.

rx

However, in WhatsApp app, the keyboard dismiss operation will kick start, when the drag operation touches the bottom bar edge, even before touching keyboard edge.

ezgif-3-8113adc536bf

Does anyone have idea what is the technique used by WhatsApp, to achieve such behavior? Thanks.