我正在尝试让日历插件与 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')
知道我可能搞砸了什么吗?