Quote Originally Posted by paul_nicholls View Post
I thought this game was on the android market now, but I can't find it!
Not yet, I'm still adding stuff, and cleaning up the Java wrapper.
There is not much Java (less than 50 lines, including blanks & lines with only a squigly), but I've been tweaking the Android WebView option. PhoneGap doesn't really cut it for a game on Android, due to bugs in the Android 2.x browsers: things like scrolling & pinch-to-zoom can only be disabled on the Java side (for iOS, the viewport meta works perfectly AFAICT).

Performance is more complicated as there is a wild variety of devices, it runs at 30FPS on my HTC Desire, but I've add some issues on older phones and tablets (apparently some Android tablets don't have the hardware acceleration enabled). And need to find time to package the app (make the icon, marketplace graphics, etc.).

But it's coming