The node does not render any texture at all unless you change the _ base url_ a couple of times. For the first time you enter a valid base URL the content of the base url gets rendered instead of my string i input in _ HTML_. Afterwards any _ base url_ works in order to render my _ HTML_. At the moment i use this as a workaround.
yap, seems to be our problem:
You need to load at least one URL before you can use LoadRequest.
For example, you can pass “about:blank” as the |url| parameter to
CefBrowserHost::CreateBrowser.
Once the browser has been created you can then call LoadRequest().
Though i’m wondering why i have to do it more than one-times in vvvv. Probebly there is some more happening wrong under the hood…? (see https://discourse.vvvv.org/
thanks Elias