How to Implement UIWebview kind component in cocos2d-x to load html content directly on to a layer/view.

i want to load static data in html format to be loaded directly , instead of creating labels and labels again and again,
so can i load html content directly in to my scene

NOTE : i want to do this useing cocos2d-x , not cocos2d-x html.

I’m also trying to figure out the best way to do this. I’ll post a response to this thread if I figure anything out.

have fun with it

Great link — thank you.

Working on my own version of this — the issue I was having was finding where to put the window since I was outside the main GL thread.