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've had some trouble getting this to work consistently with Predictive Text on vs. off, and on all iPhone X models there is a significant gap between the top of the keyboard and the bottom of the constrained element, while the older iPhone models appear correctly.
The text was updated successfully, but these errors were encountered:
temp fix:
I used AssistantKit pod and edit this line 53 of KeyboardLayoutConstraint.swift to:
keyboardVisibleHeight = frame.size.height - (Device.isNotched ? 34 : 0)
I've had some trouble getting this to work consistently with Predictive Text on vs. off, and on all iPhone X models there is a significant gap between the top of the keyboard and the bottom of the constrained element, while the older iPhone models appear correctly.
The text was updated successfully, but these errors were encountered: