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
There are Web Workers but they aren’t supported yet by every browser (http://caniuse.com/#search=webworkers).