kiwicom / orbit-swiftui

Kiwi.com Orbit design system library
MIT License
132 stars 23 forks source link

Improve `InputField` native keyboard avoidance #763

Open PavelHolec opened 9 months ago

PavelHolec commented 9 months ago

To better support the native keyboard avoidance, the insets of actual UIKit controls can be made larger so that there is enough space between the field and the keyboard.

Note: Does not work for Textarea, for the same reason the native avoidance does not work even for native TextEditor