SpiderOak / SpiderOakMobileClient

SpiderOak HTML5 / Javascript / CSS mobile client application, rebooted
Apache License 2.0
102 stars 27 forks source link

Real Time Syncing #581

Open reneelynn opened 10 years ago

reneelynn commented 10 years ago

Added a file to a backed up folder - not Hive. Had to log out and back in again before it showed up.

devgeeks commented 10 years ago

This will be an iOS caching issue. The app is now cachebusting downloads, but needs to also do so for API calls.

Could look at cordova-HTTP and see if there is a flag, otherwise we will have to auto append a timestamp.

reneelynn commented 10 years ago

it's not just in iOS though

devgeeks commented 10 years ago

Ah. Well, I still believe it's caching, just auto-hated on iOS for having more aggressive caching ;)

reneelynn commented 10 years ago

Android - also shows up if you exit app with the back button while "keep me logged in" is selected.