ccoenraets / offline-sync

Simple Offline Data Synchronization for Mobile Web and PhoneGap Applications
207 stars 105 forks source link

Background Sync Cordova #3

Open gauravsaini03-zz opened 10 years ago

gauravsaini03-zz commented 10 years ago

Hello,

I am trying to implement synchronization in my app. I am having doubt that when I connect to internet how will my app will know that internet is connected so it can fire sync event in background without opening my application.

Thanks Gaurav

maheshsetti commented 9 years ago

Even i have same doubt, I am planning to write condition for that using network plugin. If Gprs is avaible it will excute callback functions otherwise it will store in local storage(Sqlite). any other suggestions?

sam-suresh commented 7 years ago

Anyone found a code solution to do this?

spencerthayer commented 7 years ago

Any updates?