I have some help text that I’d like to display in my app; it would be cool if I could do it with HTML formatting. I was wondering, is it possible to have a juce String passed into a WebBrowserComponent as a page to display?
Thanks!
Not as far as I know… You’d need to write it to a temporary file, I think.
Yeah, that’s what I figured. Thanks.
Or, do what I proposed here (issue + pull request)
