cfjedimaster / Cordova-Examples

A collection of Cordova/Ionic/etc demos.
982 stars 1.07k forks source link

Offline Data Loading Problems #14

Open pratikraman-dev opened 9 years ago

pratikraman-dev commented 9 years ago

Apps Works Fine When Data Connection as soon as data connection disconnected .........loading but do not load data from offline

cfjedimaster commented 9 years ago

Which app in particular? I didn't build them all w/ network detection.

vk2991 commented 9 years ago

its Rss Feed Reader One........................Offline............Problems

cfjedimaster commented 9 years ago

That one supports recognizing when you are offline and warning the user. You said, "but do not load data from offline" - if you are asking why it doesn't load data when it is offline, that is because it is offline. I built the app to recognize when you are offline and stop you from using it, but obviously it can't read an RSS feed when you are offline.