1

我正在尝试让日历插件与 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')

知道我可能搞砸了什么吗?

4

2 回答 2

0

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

于 2013-10-30T08:57:28.767 回答
0

你可以在 Android 和 iOS上试试这个

于 2014-02-06T08:55:58.157 回答