Hi, I need an EditText that allows to write several lines and have them displayed on the screen.
I don't know if an EditText can be configured to serve that way.
Any advice?
Thanks.
This is a cross platform example that adds CKEditor rich text editor using WebView: https://ckeditor.com/ckeditor-5/ Make sure to read CKEditor licensing and pricing: https://ckeditor.com/pricing/ (related discussion...
This is a cross platform example that adds CKEditor rich text editor using WebView: https://ckeditor.com/ckeditor-5/ Make sure to read CKEditor licensing and pricing: https://ckeditor.com/pricing/ (related discussion...
For non-rich text I would have used B4XFloatTextField with multiline checked. You probably want to remove the hint text. It is equivalent to multline EditText and is cross platform.