Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.
/ CleanCache Public archive

a cordova cleancache plugin for ios and android

Notifications You must be signed in to change notification settings

jijiwuming/CleanCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

使用说明

1.引入cordova.js

	<script src="cordova.js"></script>

2.执行脚本

cordova.exec(function(message) {
                     alert('successed');
                }, function(message) {
                     alert('failed');
                }, "CleanCache", "CleanCache", ["io.jijiwuming.github.Clear"]);

附加说明

该插件适用于ios及android双端, ios端清理tmp(临时文件),cache(缓存文件),responsecache(响应缓存) android清理webview缓存,应用缓存(递归删除) 不会清理localstorage

About

a cordova cleancache plugin for ios and android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published