This did not work either, still looking for suggestions. Has anyone got Clay.io to work correctly CocoonJS?
[quote:c71d5vbd]quirdex September 2013
ok I made it works,
it needs one more js in root zip : CocoonJS_App_ForWebView.js,
and add the script line in index.html
The post here is out of date http://www.scirra.com/forum/plugin-clay ... age42.html
Reminder for ppl for construct2 (r139) clay (0.4.12) and cocconJS (1.4.1) :
<html>
<body>
<script src="CocoonJS.js"></script>
<script src="CocoonJS_App.js"></script>
<script src="CocoonJS_App_ForCocoonJS.js"></script>
<script src="CocoonJS_App_ForWebView.js"></script>
<script src="c2runtime.js">
</script>
</body>
</html>
- it needs the 4 scripts in zip : CocoonJS.js, CocoonJS_App.js, CocoonJS_App_ForCocoonJS.js, CocoonJS_App_ForWebView.js
and the folder webview/ in the zip