Hi,
I have a strange issue,can sb help me,thx.
1.This is a simple C2 project: one layout,one event:click and alert("ok");
2.My all games wrapped with phonegap and cordova are all like above project (but crosswark is ok);
3. I exported this project to phonegap or android;
4.I built it with phonegap build service(http://build.phonegap.com) or built it locally with CLI of phonegap(or cordova),
the index.html loaded twice,the two pages overlap partly, and the game event fired twice;
5. But phonegap sample project has no this issue, and if i newed a html without all C2's js files ( ie. c2runtime.js,ect),
it worked fine too;
6.c2runtime.js is too complex to me,can sb help me to solved it