UNPKG

cordova-plugin-mz-nativestorage

Version:
18 lines (13 loc) 450 B
fork from https://github.com/TheCocoaProject/cordova-plugin-nativestorage.git ## 说明 1、本插件是为了解决Android和iOS LocalStorage数据被系统清理的问题。 2、Android and iOS 没有持久化存储,软件卸载后数据被系统清理。 3、优化了IOS权限问题 ### 安装 ``` cordova plugin add cordova-plugin-mz-nativestorage ``` ### 发布 ``` npm publish --registry=https://registry.npmjs.org/ ```