Is it possible to show WebView?

Can I output somehow the html document inside Cocos2d JS project? just in order to show some kind of static information like tutorial, etc

1 Like

I also wonder answer of this question.

at the moment I found one tricky method. it’s based on Invoking Objective-C methods from JavaScript
So, the idea is easy. Create native UIView (or Activiy/Fragment if on android) and add it to UIWindow
I’ve already implemented it and it works.
Maybe somebody would like to stop me using this method? Maybe it’s totally unacceptable?