Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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.