IOS HTMLViewer

I have recently started working with Xojo as I need to combine several websites & other tasks into a single interface for the user. This was written for Windows and works fine. I need to produce something similar as a mobile interface and the issue I have is the HTMLViewer for IOS. On the Windows/Mac platform I can execute javascript and alter css values, I can’t see a way of doing this in IOS.

Has anybody managed to do something similar with the Mobile HTMLViewer?

This is possible with iOSDesignExtensions on Github.

Currently iOSDesignExtensionns is for API1 and will not help for MobileHTMLViewer (Xojo 2020r2 and up).

So here is a xojo project with what you need for MobileHTMLViewer
https://www.jeremieleroy.com/upload/MobileHTMLViewerExtensions.xojo_binary_project

2 Likes

Hi,

This looks really interesting, I just loaded the sample project and seems to do what I’m looking for so will test it over the next few days.

Thanks for the reply, it’s much appreciated.