PhoneGap 3在newNewEvent上用于IOS错误的日历插件

时间:2013-10-17 19:29:52

标签: ios calendar phonegap-plugins

我想让日历插件与ios和Phonegap 3一起使用: DrDawnamight在这里兼容Phonegap 3:Phonegap 3.0.0 Calendar Plugin

所有内容都在xCode 5中编译没有问题,但我在创建日历事件时遇到问题...我使用了DrDawnamight发布的所有代码,但我在控制台中得到了这个代码:

2013-10-16 15:59:08.675 Talon[589:60b] *** Assertion failure in -[UIApplication runModal:](), /SourceCache/UIKit/UIKit-2903.2/UIApplication.m:9467
2013-10-16 15:59:08.676 Talon[589:60b] *** WebKit discarded an uncaught exception in the webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame: delegate: <NSInternalInconsistencyException> The view passed in does not have a window.

我在警告中得到了这个:

Index.html
createCalEvent: TypeError: 'undefined' is not an onject (evaluating 'window.plugins.calendarPlugin.createEvent')

知道我可能搞砸了什么?

2 个答案:

答案 0 :(得分:0)

您可以尝试使用PhoneGap 3.x(也适用于PhoneGap Build):https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin

答案 1 :(得分:0)

您可以为Android和iOS尝试this一个