GrowingTextView icon indicating copy to clipboard operation
GrowingTextView copied to clipboard

Toolbar remains fixed while dismissing keyboard interactively

Open hipwelljo opened this issue 5 years ago • 1 comments

If you add a scroll view into the view and set the keyboard dismissal behavior to interactive, when you drag down starting above the toolbar containing the text view, it remains fixed in place while the keyboard is pulled down interactively.

hipwelljo avatar Sep 24 '18 04:09 hipwelljo

The toolbar will only follow the keyboard if it's inside the textView's inputAccessoryView.

gabrielvincent avatar Mar 27 '19 18:03 gabrielvincent