似乎有四种不同的第三方插件可以完成phonegap构建中列出的本地通知:
https://github.com/GotCakes/Phonegap-LocalNotification/
https://github.com/javamrright/cordova-plugin-local-notifications/
https://github.com/simplec-dev/LocalNotification/
https://github.com/katzer/cordova-plugin-local-notifications/
(来自https://build.phonegap.com/plugins)
我一直在使用四个中的最后一个(de.appplant.cordova.plugin.local-通知),但我很想知道(1)其他包是否是首选解决方案和(2)为什么有phonegap/cordova内的四个独立项目完成同样的任务......?
这似乎是最活跃的(检查贡献者/分叉等...):https: //github.com/katzer/cordova-plugin-local-notifications
刚刚自己测试过(现在是Android)并且效果很好.
这个扩展有不同的版本/包,因为在大多数情况下,Cordova插件的开发是一个开源事件.每个开发人员都有自己的想法和最佳实践知识,了解插件应该如何工作.