Open metalbote opened 6 years ago
Any ideas on this issue or how i can solve this behavior
Hello,
app.clearcache() is the way to go. Your app should not crash ... can you tell me is this is on iOS and Android and the name of your app so that I can try mayself.
https://play.google.com/store/apps/details?id=com.complingua.kfddioezesanverbandkoeln&hl=de
It is the android version. In the current version available in play store i did not implement the app.clearcache button because it crashed.
As i said my main problem is that the app does not refresh the updated content on the website, although you drag down and trigger the normal refresh. It is weird because on some tested smartphone it does update and on others not, no matter which android version
I rebuild a new version which does not interfer with the current deployed:
There is only one Screen with TTL = 120 and it does not automatically updates pages when the get updated in the web, also after 2 minutes or longer. Reload dragging does reloading from cache.
Hello,
Is there a chance that you or your company can help us with this problem. We really like your work and are also ready to participate, but we need some advise regarding this, because our customers are not satisfied. A time frame until at least anyone could address this issue would help us, or how and where we can tackle a solution,
Hello,
Sorry for the late response, I will look into this.
Is it possible to give me one URL for testing ? I could use your app but I guess that if you point me to one URL I would be more efficient.
For my own tests i created a completely indepent instance at http://www.kfd-koeln.de/app/, for testing purposes use http://www.kfd-koeln.de/app/aktuelles. In this website i embedded the reload buttons and a phpdate function for testing. The delivered app uses http://www.kfd-koeln.de/appdata/.
Thank for your response
I have following problem, with settings ttl =600 i want to cache pages, so that if user has no internet connection, he will see the cached version. But if he has connection, and something changed on website the cache should be refreshed.
In the current situation, it shows the cached version although website has already changed. If I try to reload, nothing changes, it still shows the cached version.
With a separate app.cacheclear Button as reload, it works, but after press the app crashes.