使用cordova本地通知和离子设置重复间隔的特定数据和时间
Posted
技术标签:
【中文标题】使用cordova本地通知和离子设置重复间隔的特定数据和时间【英文标题】:Set specific data & time for repeat interval using cordova Local notification & ionic 【发布时间】:2015-10-21 03:15:14 【问题描述】:谁能告诉如何设置科罗多瓦本地主题的日期和时间?
示例: 对于每日通知警报,我想设置日期和时间。可以在本地通知吗?
示例代码:
$cordovaLocalNotification.schedule(
id: 1,
title: 'Title here',
text: 'Text here',
every: 'day'
).then(function (result)
// ...
);
;
关于代码,如何指定重复间隔的日期和时间?请帮我找出正确的解决方案。
谢谢。
【问题讨论】:
【参考方案1】:https://github.com/luxflux/ionic-hello-world/tree/master/plugins/de.appplant.cordova.plugin.local-notification
就在他们的“使用插件”部分。另外,如果你谷歌一下,还有很多教程。
【讨论】:
以上是关于使用cordova本地通知和离子设置重复间隔的特定数据和时间的主要内容,如果未能解决你的问题,请参考以下文章