Compatibility JQuery Mobile Beta and PhoneGap 0.9.6
After the r开发者_如何学编程elease of the latest versions of PhoneGap (0.9.6) and JQuery Mobile (1.0b1), I decided to check it out but the default example gives a white screen. Anyone has been trying it ?
My tools : DMS appLaud plugin for Eclipse (very useful to generate the PhoneGap/JQuery workspace configuration btw); Android 2.2 (API 8) ; JQuery 1.5.2.
Regards
I have a similar setup and am not having any problems, even with haptic/vibration
control. I've just confirmed it's working with 0.9.5, 0.9.6, and 1.0.0
.
Did you remember to include <uses-permission android:name="android.permission.VIBRATE" />
in your AndroidManifest.xml
?
精彩评论