FMXTtreeView drag and drop not working on Android or iOS

Hello

I code the necessary to use the drag and drop events on a FMXTreeView component, however this is not working on Alexandria 11.2 with latest FMX UI Pack.

It works on Windows, why is not working on mobile platforms?

Drag & Drop is not supported on mobile platforms. the IFMXDragDropService is only implemented on Windows & macOS.

https://docwiki.embarcadero.com/Libraries/Sydney/en/FMX.Platform.IFMXDragDropService

Thanks