Unplanned
Last Updated: 26 May 2021 12:52 by ADMIN
Created by: Ed
Comments: 0
Category: ConversationalUI
Type: Feature Request
4

Support for Loading messages on demand

In Xamarin's CollectionView there is a RemainingItemsThresholdReachedCommand attribute that allows you to support lazy loading. Once the user scrolls passed a certain point, a command can be called to load in more messages for example.

Unplanned
Last Updated: 14 Nov 2019 15:29 by ADMIN
Created by: Simeon
Comments: 2
Category: ConversationalUI
Type: Feature Request
8
Currently, when the user opens the chat screen, the app gets the messages and scrolls to the bottom by default. The user wants to get more messages from the server as he/her scrolls up.
Unplanned
Last Updated: 24 Sep 2019 07:51 by ADMIN
Created by: Ian
Comments: 2
Category: ConversationalUI
Type: Feature Request
3
Provide support for MS Bot Framework adaptive cards
Unplanned
Last Updated: 02 Jul 2019 12:11 by ADMIN

Capability to automatically detect the at symbol "@" for mentions (maybe against a collection of 'contacts') and the ability to detect the pound symbol '#' for hashtag creation.

Unplanned
Last Updated: 28 May 2019 13:57 by ADMIN
Created by: n/a
Comments: 1
Category: ConversationalUI
Type: Feature Request
3

Currently, the Avatar property is a string for a path, this is problematic and only support two scenarios (file and uri paths).

I'm requesting that this be changed to be of type ImageSource, which matches the paradigm used by all other Image controls in Xamarin.Forms. This would allow stream and byte[] sources as well as file and uri paths.

Note:

This doesn't have to be a breaking change, you can use an implicit conversion just like Xamarin.Forms Image source does. The only disruption would be if anyone assigned the string value in code instead of a binding.

Unplanned
Last Updated: 11 Feb 2019 11:43 by ADMIN
Created by: Vuyiswa
Comments: 4
Category: ConversationalUI
Type: Feature Request
2

The  Conversational UI is a nice control , but it is limited. The Following will make life easier for the developer .

 

1) A Custom Template that can allow the user add buttons and customize the send button , like whatsup does, it has "Voice Note" , "Image Attachments" etc..

2) Also allow the user to be able to add images on the chat control itself.