Replies: 2 comments 1 reply
-
This might be better suited to the community toolkit |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks, I'll post the request there :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
In Xamarin Forms it's currently quite difficult to make a smooth Chat UI without a custom renderer (at least this has been my experience). And even then it had performance issues on Android.
API Changes
Could you maybe create an API that wraps around some native Chat UI components on both iOS and Android?
https://github.com/stfalcon-studio/ChatKit (Android)
https://github.com/MessageKit/MessageKit (iOS)
e.g. you could have something like this.
Intended Use Case
I think many applications can benefit from a user-friendly Chat UI.
Beta Was this translation helpful? Give feedback.
All reactions