0

我开发混合应用程序并使用 Cordova(离子 v1 框架)。我能够显示本地通知。但我想更改通知的标题、消息颜色和背景颜色。我在其他应用上看到过彩色通知。我们可以自定义通知设计吗?我也想显示图像。在 Cordova(离子 v1)中是否有可能我已经参考了以下代码以获取本地通知。

 cordova.plugins.notification.local.schedule({
      id: i,
      title: ' Alerts ',
       message: messagefield,
       at: notificationTime, // firstAt and at properties must be an IETF-compliant RFC 2822 timestamp
       every: 'day', // this also could be minutes i.e. 25 (int)
     });
4

0 回答 0