Reputation: 16590
I using phonegap with jquery mobile. When using android sdk 2.2 (API Level 8), the listview of jquery mobile is scrolling slow. But it very smooth when I using android sdk 4.0 (API level 14)
I'm running it on my galaxy nexus, not virtual device
Upvotes: 0
Views: 426
Reputation: 1275
If you want to have make you app available on both Android < 4.0 and Android 4.0+ then you should compile 2 different apps. The browser will underperform on Android 4.0+ if compiled for Android < 4.0.
Upvotes: 1