Reputation: 3058
I'm using jQuery mobile with html5 for supporting in Android/iOS devices. Is there any control/technology available to work like a background worker ? What all I need is, I want to push some data to the server in background. Please guide me through this.
Thank You,
Nimmy
Upvotes: 2
Views: 1117
Reputation: 17873
There are Web Workers but they aren't supported yet by every browser (http://caniuse.com/#search=webworkers).
Upvotes: 1