createComponentSnapshot and the WebBrowserComponent?

Will the WebBrowserComponent - as an OS component - not render into a snapshot? I tried making it cached to image and it doesn't seem to help.

(I get a black image, AFAICT).

Bruce

The WebBrowserComponent will create a native "view" which overlays the JUCE window and follows the window when moved/resized etc. Therefore, not all JUCE commands will work as expected, i.e. taking snapshots won't work.