TTMSFMXNativeUIView OnTap event

The native iCL components do not interact with the FMX layer, therefore the OnTap, and many other events, are not triggered. Please use the OnClick event instead. Alternatively, you can handle taps manually by adding native code to create and manage a tap gesture recognizer.