I'm trying to use a read-only TMSFMXRichEdit with Android in a c++ project. Formatted text displays correctly but when I click a hyperlink, it deletes the link. I'm assuming this is related to the general problems in TMSFMXRichEdit with Android, but I was hoping someone might have a workaround for read only text. I thought about using a web browser object to display text, but I haven't found one that lets me capture and process hyperlinks like TMSFMXRichEdit OnClickHyperlink.
I created a new blank c++ project, dropped in a TMSFMXRichEdit object, added some text with AddText and AddHyperlink and set an OnClickHyperlink handler. It breaks at the handler the first time I tap on the link, but then it deletes the link and never reaches the handler again.