StoneHeart
StoneHeart

Reputation: 16590

phonegap: when using android sdk 2.2, the listview of jquery mobile is scrolling slow

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

Answers (1)

Menno Bieringa
Menno Bieringa

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

Related Questions