Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Details:
I would like to have a command that is called whenever a user begins typing, and a different command that is called when they stop.
Use case:
The sfChat component has a feature for indicating if a different user in the same chat is typing or not. This takes in a bool.
To make this useful there needs to be a feature to indicate one user is typing so the other instances of the app running the same chat can be notified and then show the appropriate 'user is typing...' indicator.