TMSFMXRichEdit Android Limitations

I'm looking for workarounds for the many limitations of TMSFMXRichEdit with Android.  My immediate concern is finding a way to process clicking on a link since OnClickHyperlink doesn't work.  Is there a way to determine if a press or long press is on a link and then extract the link destination?

Did you change the property setting for TMSFMXRichEditor.URLOpen?

It's set to uoClick.   Should it be something else?

That should be sufficient and handle the URL click with OnClickHyperLink