Phonegap and JqueryMobile freeze UI events and functions

Posted by techytee on Stack Overflow See other posts from Stack Overflow or by techytee
Published on 2013-10-23T08:56:49Z Indexed on 2013/10/23 9:54 UTC
Read the original article Hit count: 152

Filed under:
|
|
|

I am developing a Phonegap app with JQuery mobile with their latest stable versinos (Phonegap 3 and JQM 1.3.2) for Android platform.

My app downloads feeds from Google Feeds API and saves in a SQLite database. But whenever it starts fetching and saving data from the web (the no of feeds that download at a time can be many), the other functionality such as button events halt and freeze. To be precise the a button that opens and closes a panel does not either open or close the panel until the data fetching stops.

How am I supposed to solve this issue? The performance has dropped drastically due to this issue in my app.

© Stack Overflow or respective owner

Related posts about android

Related posts about jQuery