iOS Question TextView keyboard bug or feature

cwt

Active Member
Licensed User
Longtime User
I am converting my B4A app to B4i and have found some unexpected behavior (for me) with TextView views.

I need to use TextView for multi-line entries, as expected.

In the TextView, the keyboard does not have a Done key and you cannot select the Keyboard Return type key in the designer for a TextView. The TextView does have a Return key but it adds a CRLF to the text, which is probably expected behavior. But the lack of a Done key hinders smooth operation and the Return key adding a CRLF is not very intuitive. This is my first forray into the Apple world so I don't know a lot about default behavior.

Using B4i v6.80 on a iPhone 8 with iOS 14.2
 
Top