I am testing cocos2d-xand getting to the point where I can create Javascript samples for Android and run them in a browser.
Now I want to create my own game, but based on the HTML background, I would rather use HTML tags with CSS than use Javascript to customize the user interface.
I read about a UIWebView that can render HTML pages in an application, but I was wondering, has anyone ever done this in conjunction with Cocos2D-x? And can it be transparent, then to overlay the regular cocos2d-x screen in the application? If so, how can this be done?
source
share