I’d like to be able to have the Web Browser component display data from memory, so I can use it as the basis of an in-app (offline) help system.
Historically, it looks like one kind JUCE user tried adding a loadHTMLString method c.f. this link:
It’d be really, really useful if something like this could be be re-added, but of course with support for iOS, macOS, Windows, Android.
Perhaps there is a reliable work-around that could be used on all the above, using some sort of file:// URL, where the app writes the files to a specific temporary folder, and the web browser can load from there. However, if that is possible, I really can’t see what folder path (from the JUCE app side, and from the file:// … side) I’d need to use for either iOS or Android (Windows/macOS would be easy). If anybody out there knows, I’d be very happy to hear!