Mobideck / appdeck

AppDeck is a mobile hybrid application engine for iOS and Android.
http://www.appdeck.mobi/
47 stars 22 forks source link

AppDeck saves to many data in the cache #93

Open michaelgillen opened 7 years ago

michaelgillen commented 7 years ago

I want to show a website in my AddDeck-App. This website contains a formular that stores data in a database on the webserver. The data is saved correctly in the database. But if I reload the page, AppDeck shows me the old data. I think it takes the data out of it's cache instead of reloading the website.

The field Confirguration > Cache is empty. And I included the

app.clearcache();

in the javascript of my website.

No effect.

If I close the app and restart it again, the data ist loaded correctly.

Did I forgot something?

metalbote commented 6 years ago

+1