TTMSFNCChat and moving controls virtual keyboard

Hello,

I'am testing TTMSFNCChat on IOS (and Android) but there is a problem with virtual keyboard : Message field (Edit on bottom to enter a text) control is not moved like described here :

Hi,

It's not exactly clear what do you mean. The TTMSFNCChat control won't position automatically based on the virtual keyboard as none of the default TMemo and TEdit controls do. If you want something like that, you'll need to manage this yourself manually. This demo could be a starting point:
https://docwiki.embarcadero.com/CodeExamples/Sydney/en/FMX.ScrollableForm_Sample

Hi,

When you set :

ShowMessageField:=True;

The Message field appear in bottom to send message. But it's just not visible (so useable) on Android / IOS because of virtual keyboard hiding.
Off course I know how to handle it using sample ScrollableForm_Sample but it's always time saved when a component handle it by default...