offline-sync
offline-sync copied to clipboard
Background Sync Cordova
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
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?
Anyone found a code solution to do this?
Any updates?