Hi
Ive got a app that I build with phonegap, but now I want to
embed a C2game in it.
Whats the best way to do that
REGARDS
Flemming
If you use eclipse.export your prject as phonegap then copy them assets/www folder and add the code your index file below.and run.
<script src="cordova.js(must same name your cordova js"></script>
Develop games in your browser. Powerful, performant & highly capable.
Thanks for reply..
Ive build my app with Dreamweaver / jqury mobile
and not familiar with Eclipse..