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
I have a tableView with Dismiss on Drag set in the storyboard. If I 'drag to dismiss' the bottom contentInset is never restored after the keyboard goes away (and other weird things happen after that).
The keyboardRect in the keyboardWillHide notification always has a height of zero and the code in TPKeyboardAvoiding_keyboardWillHide ignores the notification in that case. If I tap in the tableView or close the keyboard another way things work normally. If I comment out the first four lines in TPKeyboardAvoiding_keyboardWillHide then things work normally even for 'drag to dismiss'
I'm observing this on an iPad on iOS 11.
Is it safe to comment out those four lines?
The text was updated successfully, but these errors were encountered:
I'm having the same issue if I set the keyboardDismissMode to onDrag or interactive. After using the specific gesture to dismiss the keyboard, contentInsets are not being restored.
I have a tableView with Dismiss on Drag set in the storyboard. If I 'drag to dismiss' the bottom contentInset is never restored after the keyboard goes away (and other weird things happen after that).
The keyboardRect in the keyboardWillHide notification always has a height of zero and the code in TPKeyboardAvoiding_keyboardWillHide ignores the notification in that case. If I tap in the tableView or close the keyboard another way things work normally. If I comment out the first four lines in TPKeyboardAvoiding_keyboardWillHide then things work normally even for 'drag to dismiss'
I'm observing this on an iPad on iOS 11.
Is it safe to comment out those four lines?
The text was updated successfully, but these errors were encountered: