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 has been 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.
Thank you for finding the problem. Since it has been a long time, I am not sure whether it will cause any side effects. I can offer an option to help you solve the problem.
From the readme:
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 vsrelease
mode (as recommended here), & on a physical iPhone w/ a Bluetooth keyboard connected, and seeing it reproduce every time.Version info:
The text was updated successfully, but these errors were encountered: