TMS FNC RichTextEditor - FMX ReadOnly - Scrolling by finger

Hi
After trying FNCHTMLText I follow advice about switching to FNCRichTextEditor
I integrate in resource the HTML text and load it in Rich Text Editor with readonly = True, AllowSelect = false, AllowFocus = false
Text with HTML is perfectly displayed but I doesn't success in enabling scrolling with finger (Up / Down) on an Android phone.
I tries to use a gesture manager without improvement. Same by including it into a VScrollBox

Is there a way to get such scroll working?

Thanks

Sylvain

At this moment, there is no such touch scroll feature built-in. It is a good suggestion that we have added on the todolist for consideration.

Outch... I switched from FNCHTMLText which was freezing with a quite long text to FNCRichTextEditor, in order to display a Terms and Conditions of Use.
According to you which way will be the best approach to display such text (Except scrolling FNCRichTextEditor is working fine)?

Thansk