2020-07-06 02:08 PM
What's the possibility of enabling a keyboard that can enter multiple lines text? Like in a chat app when a message can be compromised from multiple line.
The provided keyboard example does not contain the "Enter" key
2020-07-07 07:45 AM
Hi,
Your question is kind of difficult to answer to. If it is possible to have a keyboard with multiple line and an "Enter" key, the answer is yes.
What you can do is adapt the code of the Keyboard widget or to create a new widget inspired from it. You can add an extra key in the key mapping with the resulting event you want: to move the text up like if you just sent a text in a chat.
/Romain
2020-07-07 07:47 AM
I might work on a demo based on the keyboard widget soon if I find the time since a lot of people have asked on how to adapt the keyboard widget to their project needs
2020-07-07 08:15 AM
@Romain DIELEMAN Sorry for making the question hard to answer to, you answered it to the point though. I was trying to make sure that I have to make the changes myself in order to achieve the Multi-lines text feature. Looking forward to your Demo if comes available.
2021-01-13 12:17 PM
@Romain DIELEMAN were there any demo generated? Thanks