View Local HTM File

Hi,

I am using a TTMSFMXNativeUIDocumentInteractionController to open PDF files which works great. I now want to be able to open a locally created htm file but this displays the file contents. How can I get it to display as a web page or should I be using a different component?

Thanks,

Ken

Hi, 


You cannot display a local html file as a page in the safari webbrowser. To display a html file you will need to drop a TTMSFMXWebBrowser on the form and use the LoadFile functionality.