我需要在iOS的PhoneGap 2.2.0 中使用通知。
我添加到 PhoneGap.plist -> plugin ->com.phonegap.notification (也尝试通知)但它不起作用。
这里是PhoneGap文档: PhoneGap Notification
iOS 无法识别通知
这是我在通知中的用途:
navigator.notification.confirm(
'EXIT?', // message
onConfirm, // callback to invoke with index of button pressed
'Good-Bay', // title
'Cancle,OK' // buttonLabels
);
我想念什么?