mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2026-01-28 00:00:03 +08:00
update doc & add some new features
支持安卓直接获得通知标题; 优化安卓获取附加字段的方法。
This commit is contained in:
@@ -66,7 +66,6 @@
|
||||
alertContent = event.aps.alert;
|
||||
}
|
||||
$("#notificationResult").html(alertContent);
|
||||
|
||||
} catch (exeption) {
|
||||
console.log(exception)
|
||||
}
|
||||
@@ -90,7 +89,6 @@
|
||||
try {
|
||||
window.plugins.jPushPlugin.init();
|
||||
getRegistrationID();
|
||||
|
||||
if (device.platform != "Android") {
|
||||
window.plugins.jPushPlugin.setDebugModeFromIos();
|
||||
window.plugins.jPushPlugin.setApplicationIconBadgeNumber(0);
|
||||
|
||||
Reference in New Issue
Block a user