On Nov 20, 9:42 am, Ryan Jafari <
ryan.jaf...@gmail.com> wrote:
> I'm having some trouble with putting some HTML content inside a
> CPWebView. I've debugged it using Safari's Web Inspector and execution
> pauses at the following line:
[...]
> Exception: TypeError: Result of expression 'win.document.body' [null]
> is not an object.
[...]
I ran into the same thing when I was using just HTML fragments. When I
changed it to displaying a complete HTML document (including html,
head and body tags) it started working.
Dave