Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache issue #17

Open
yatingodse opened this issue Sep 20, 2017 · 5 comments
Open

Cache issue #17

yatingodse opened this issue Sep 20, 2017 · 5 comments
Labels

Comments

@yatingodse
Copy link

I am using this module in my ionic app , but once the first hit to URL happens it caches the data.
so next time even if i change the file on the server it does not pick up the latest files.
what is the cache duration ?
Is there anyway to disable the cache ?

@MichaelMarner
Copy link
Contributor

ManUp currently isn't performing any caching. The service falls back to local storage only in the case that the remote file couldn't be fetched (ie you are offline).

Can you have a look at the network requests in Safari/Chrome's remote devtools and verify whether the network request is being made? If it is, what HTTP code is being returned by your sever?

Thanks

@phieudu241
Copy link

I got the same problem on Android. It seems that it is the cache of default browser and we need a solution to avoid that.

@widimiras
Copy link

I think in the code you can add option for clearcache and clear sessioncache to clear cache in inappbrowser.
Please update your code with additional option so we can add any option in inappbrowser if we want additional optional setting in inappbrowser for our update
Thanks

@MichaelMarner
Copy link
Contributor

in app browser is not used to grab the version information though, only to link out to the app stores. Am I misunderstanding?

@sckumar
Copy link

sckumar commented Aug 25, 2020

I also faced the same issue then realised manup.json is being downloaded from github and github raw file uses cache (300 seconds). Cross check whether the json file updated properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants