I need to display a list on WhatsApp so that the user can choose an item or load more items.
Problems and limitations using buttons:
- Limitation on the text that is displayed, being abbreviated with ...
- I have to create an additional button at the end, called "See more.." and this can be mistaken for a normal item in the list.
Problems and limitations using an enumerated text list:
- I have to capture any text typed by the user, process it and understand if he wants to choose an item, or if he wants to "See more"
- The user must write the correct command and this leaves room for errors.
How do you do it?
Thanks