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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.