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'm developing a chat application that works seamlessly on Android, but I'm encountering issues on iOS. Specifically, the TextInput field on iOS does not behave as expected:
Top Padding Issue: The text inside the TextInput touches the top boundary, causing it to look misaligned and cramped.
Keyboard Behavior: When the keyboard is opened and I start typing, even entering a single letter causes the entire inputTextToolbar to shift slightly upward. This behavior is unexpected and does not occur on Android.
Text Input Squeeze: After pressing enter and moving to the third line of text, the TextInput field becomes extremely squeezed, reducing the space for text input and eliminating any padding. This leads to a poor user experience.
I've attached screenshots demonstrating the issue on both Android and iOS for reference.
The text was updated successfully, but these errors were encountered:
AnmolManocha
changed the title
With same code, design and styling, composer is handling differently on Platforms
iOS TextInput Alignment and Padding Issues
Aug 28, 2024
AnmolManocha
changed the title
iOS TextInput Alignment and Padding Issues
iOS TextInput Alignment and Padding Issues
Aug 28, 2024
Issue Description
I'm developing a chat application that works seamlessly on Android, but I'm encountering issues on iOS. Specifically, the
TextInput
field on iOS does not behave as expected:Top Padding Issue: The text inside the
TextInput
touches the top boundary, causing it to look misaligned and cramped.Keyboard Behavior: When the keyboard is opened and I start typing, even entering a single letter causes the entire
inputTextToolbar
to shift slightly upward. This behavior is unexpected and does not occur on Android.Text Input Squeeze: After pressing enter and moving to the third line of text, the
TextInput
field becomes extremely squeezed, reducing the space for text input and eliminating any padding. This leads to a poor user experience.I've attached screenshots demonstrating the issue on both Android and iOS for reference.
Steps to Reproduce / Code Snippets
Expected Results
Additional Information
The text was updated successfully, but these errors were encountered: