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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

3
Votes

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.