Hello - I have Xamarin forms app where I'm using the SfChat control in a ContentView.
In the Android app, when selecting the input textbox, they keyboard shows, but seems to bottom push any content up, whereas the iOS properly overlays the content.
screenshot attached.
<ContentView.Content>
<sfChat:SfChat
x:Name="sfChat"
StickyTimeBreak="False"
CurrentUser="{Binding CurrentUser}"
HorizontalOptions="FillAndExpand"
IncomingMessageTimestampFormat="MM/dd/yyyy hh:mm tt"
Messages="{Binding Messages}"
OutgoingMessageTimestampFormat="MM/dd/yyyy hh:mm tt"
SendMessage="sfChat_SendMessage"
ShowIncomingMessageTimestamp="True"
ShowOutgoingMessageAuthorName="False"
ShowOutgoingMessageAvatar="False"
ShowOutgoingMessageTimestamp="True"
VerticalOptions="FillAndExpand" />
</ContentView.Content>
Attachment:
SfChat_5736c3bb.zip