cordova-plugin-local-notifications发送Android本地消息
原文: cordova-plugin-local-notifications发送Android本地消息 1.GitHub源代码地址: https://github.com/katzer/cordova-plugin-local-notifications 2.参数说明: https://github.com/katzer/cordova-plugin-local-notifications/wiki/04.-Scheduling 3.事件说明: https://github.com/katzer/cordova-plugin-local-notifications/wiki/09.-Events 4.使用实例: 一、Html代码: <ion-pane ng-app="notiTest" ng-controller="NotiCtrl"> <ion-header-bar class="bar-positive" align-title="center"> <h1 class="title">简单消息实例</h1> </ion-head...