Questions tagged [rich-notifications]

This tag is dedicated to questions about Google Chrome's rich notifications API for packaged apps and extensions.

This tag is dedicated to questions about Google Chrome's rich notifications API for packaged apps and extensions.

This API enables Google Chrome apps and extensions to emit notifications in a standardized, cross platform way.

The API is documented in http://developer.chrome.com/apps/notifications.html

The official announcement about the API was made in Google's Chromium Blog: http://blog.chromium.org/2013/05/rich-notifications-in-chrome.html

The API was first introduced in Google Chrome release 28, and replaces previously implemented HTML notifications.

41 questions
0
votes
2 answers

IOS Rich notification didReceiveNotificationRequest is not fired

I'm developing an iPhone application using objective-c. The basic push notification is working properly. Now I want to add rich notification in my app but I cannot get the didReceiveNotificationRequest fired in the NotificationService. Here is the…
0
votes
2 answers

Any way to configure action titles and respective deeplinks in clevertap for iOS notifications?

iOS 11 supports rich notifications with custom configured action items for notifications which are configured in the app. Is there any possibility of configuring the action items and its deeplinks in the thirdparty notifcation platforms like…
0
votes
1 answer

How to preload resources in Notifications Service extension for Notifications Content extension

I have quite a simple task. I have implemented a Notifications Service extension along with a Notifications Content extension to implement rich notifications. Now in expanded view (Notifications Content extension) I need to present an image. To make…
Milan Nosáľ
  • 19,169
  • 4
  • 55
  • 90
0
votes
0 answers

iOS Rich notifications not working correctly

I need to implement rich notification in current application with image. I have implemented everything and its working fine. And receiving push notification, but getting only title and message but not image as attachments Normal notifications…
0
votes
2 answers

Rich push notification not working

We need to implement rich notification in current application with audio, video, image, gif. I have implemented everything and its working fine. And today started test some more push notification, but nothing works.. Similar issue:…
karthikeyan
  • 3,821
  • 3
  • 22
  • 45
0
votes
1 answer

How to provide Rich NotificationService(including image icon) to user?

Recently I am working on a project and it has a requirement to embed rich notification. So I am taking service from firebase. Initially I have tried from these sites. and there are some hobby projects in youtube where they send notification from…
0
votes
1 answer

Chrome Progress Rich Notification Status won't Move Up

I tried making a Chrome progress Rich Notification but the status bar won't move. I would think this code would work. The status bar will go up by 1% every 40ms. The notification disappears after 4 seconds (happens to be 100% too). I think there is…
0
votes
0 answers

Chrome extension Rich Notifications not appearing

I am building a chrome extension and I am currently in the process of trying to add Rich Notifications. I have currently included the "notifications" permission in my manifest.json file and I have added this to my background.js: var options = { …
0
votes
1 answer

chrome rich notifications change timeout to close

I am creating an google-chrome-extension which has rich notifications. I need to change timeout to close in this notification and I need some help with that. This is my code. I have already tried window.close(), but it does not seem to work in…
0
votes
0 answers

Is there a way to target the opener page of a Chrome desktop notification?

We use Chrome/Firefox Desktop Notifications for a a web app. The notifications link to records in that web app, but the links are always opened in new browser tabs. So after a few desktop notification clicks the app is open in N tabs and the user…
0
votes
3 answers

Chrome Rich notifications not working in legacy packed app

With Chrome 28 google added new Rich Notifications. I was trying to get it working with Chrome legacy packed app but that doesn't seem to work. Google published sample packed app that uses Rich notifications but as soon as you change packed app to…
1 2
3