I have created a simple application using Phonegap and Visual Studio 2010 for Windows Phone 7. After that I used phonegap build to get the compiled files for Android (.apk) and Windows Phone (.xap). Its working fine in Windows Phone 7 but not on two of the Android phones I am available with.
I have used the examples given in Phonegap website. I have tried to access following through api:
- Accelerometer
- Geolocation
- Device Properties
- Camera
In starting I thought it's version problem but even Accelerometer isn't working which is not bound to any version of android mobile, I am sure there is something wrong.
Would someone show an HTML file containing any of the examples, so that I can use Phonegap build and get assured that something is wrong at my end.