mown Posted December 15, 2014 Share Posted December 15, 2014 Hello Everybody am trying to write my own code on Android back button , but am facing a problemhere is my code : create: function () { Cocoon.App.exitCallback(function () { alert('hello'); game.state.start('intro'); return false; });} the alert is showing but after that i receive the following error thanks a lot guys. Link to comment Share on other sites More sharing options...
Recommended Posts