I've tried hard to remake an example of "multiplayer chat" in Construct2 for android, but while compilation through Cocoonjs it's impossible to touch on textbox, because as I've understood compilation in Cocoonjs doesn't support textboxes and buttons at all. So I've tried to use "prompt text input" from Cocoonjs's options but still was not succeed...Could somebody help me to realize it???
You must have a websocket server for doing this
if not...you can use scirra mmp plugin..
but i don't think C2 is good at chat room apps
becoz you are not easy to PUSH message to user
Develop games in your browser. Powerful, performant & highly capable.
Hello,
Regarding CocoonJS, if you try it on Canvas+, it won't work as the DOM access is limited. If you try it in the Webview+, it should work fine. The Webview+ has DOM access and also has a pretty good performance.
Cheers.