Code Monkey home page Code Monkey logo

cordova-plugin-cache-clear's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cordova-plugin-cache-clear's Issues

Latest version 1.3.0 no longer works

Have just built my app with the latest version and the call to window.cache.clear(clearCacheSuccess, clearCacheError); does not return so my app hangs.

Reverted to version 1.1.0 and all is well.

Have there been any significant changes to cause this?

Would this plugin fix app updates errors ?

Hello,
Actually I am working on a cordova/ionic app, and recently we got some weird problems. Indeed in the last updates we deployed on the appstore and playstore, some people got their app screwed, like error messages being alerted, no datas retrieved from webservices and other things ...
It appears that the problems got solved when the users has uninstalled and reinstalled the app AND he has cleared the cache files from the settings menu of the phone.

My question is, do you think if I clear the cache on a new app install with your plugins it would fix the problem ? Because it is a bug we don't manage to reproduce and is very very very annoying ...

Thanks in advance for your answer !

Cannot clear cache

Hey all,

I've created a button that on click would perform a login API call. I decided to change the to a div in an attempt to fix some apparent bug with jQuery's onclick not working with phonegap.

I have the following setup:

  • Phonegap 1.7.10 app on iOS
  • Phonegap CLI 7.0.0 on Windows 10
  • this plugin at 1.3.7

And I can't seem to clear the cache at all. I've got this code...

document.addEventListener('deviceready', function () {
    var success = function(status) {
        alert('Message: ' + status);
    };
    var error = function(status) {
        alert('Error: ' + status);
    };
    window.CacheClear(success, error);
});

And yet everytime I fire up the iOS app to test it, I get the HTML button. Any ideas?

Many thanks,

Sam

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.