yes i have looked at this tutorial ..but the author has not target the cooconjs , my problem is I am using
cocoonjs since i need to make my game for ios. So when i export my construct2 game using cocoonjs then the index file i see only with the following code.
<html>
<body>
<script src="c2runtime.js">
</script>
</body>
</html>
Now i do not know how to go with this one...suppose if i need to create a div panel then shall i add this script js inside or it will load it by it self ??? I need to create a proper web form using div , i have used APP Framework of IntelXDK but when i test it with launcher in ios i see abnormal screen..