With a phonegap game, how can I know in what device it is running, Android or iPhone, iPhone or iPad, screen size and all that
Thank you
Write a wrapper in C2, it has option to check if device is running on android or IOS or etc..
Develop games in your browser. Powerful, performant & highly capable.
Check the browser plugin's expressions.
Name, Platform, UserAgent can be used.
Check those with a simple system "Compare two values".
Do I have to incorporate the full browser plugin just for that? Isnt there a better way, like a phonegap object??