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
{{ message }}
This repository was archived by the owner on Jul 27, 2021. It is now read-only.
When the multiline TextInput create new line, the new line will automatically adjust to the top of the keyboard.
But this doesn't appear to be working if the software keyboard is hidden, because of another hardware keyboard (Cmd + K) in iOS Simulator, or after connecting a Bluetooth keyboard to your device.
Here are 2 gifs to illustrate expected vs actual:
Autoscroll works when keyboard visible:
But autoscroll stops working when the keyboard isn't visible (bc of another hardware keyboard)
I also tested this in debug mode vs release mode (as recommended here), & on a physical iPhone w/ a Bluetooth keyboard connected, and seeing it reproduce every time.