-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Requests #451
Comments
I know t's already planned, but compatibility with Windows Phone 8.1 would save me from having to hire someone to write it! (hint hint) |
if possible, it would be nice to have amazon fire os support, |
@Tawpie, if you like please vote for that cordova-windows issue! |
Crosswalk integration. Should not be too hard to make the compability as the main difference (AFAIK) is that it uses a different webView Issue #426 |
+1 crosswalk support |
CrossWalk please :) |
Could you support vibration esp on Android? |
Are on Android the default RingtoneManager Sounds TYPE_ALARM, TYPE_NOTIFICATION and TYPE_RINGTONE still supported with 0.8.x? |
+1 for crosswalk support |
Do you plan to support optional actions that are displayed at the bottom of the notification?http://developer.android.com/design/patterns/notifications.html#actions |
+1 for crosswalk support |
+1 crosswalk |
+1 crosswalk would be awesome! |
+1 Crosswalk |
Hi. It would be great to be able to lauch the application when the notification is fired; add it as an option. I think it won't request to much work. |
+1 Crosswalk |
@DerGuteWolf, they have been removed. |
Re crosswalk, can somebody provide a plug&play project or a list of incompatibilities? |
@katzer Not sure if this will help, but here is the fork I made to be able to use the plugin. My use case is pretty simple, but I haven't had any problems. https://github.com/joshbatchelor/cordova-plugin-local-notifications |
@joshbatchelor, thanks that helps |
It would be great to be able to send "multi-page" notifications to wearables, as described for Android here. |
@joshbatchelor Thanks a lot! |
@joshbatchelor https://github.com/joshbatchelor Awesome thanks! On Thu, 9 Apr 2015 at 11:35 Christian Justus notifications@github.com
|
weekends and weekdays on schedule function |
To add to alexusdenisov's suggestion of action buttons, it would bre great if we could simply set the url of where the user should be sent when they click on the notification. Right now it seems to take you to the most recent screen you've been on. |
+1 for "multi-page" notifications |
I think a much needed solution for those of us creating many notification would be to add the ability to "stack" notifications such as described in the below links for non-wearables for wearables |
is heads-up notifications already supported? |
Can you please add image support in push notifications ? |
I might have missed this in some buried documentation somewhere. Is it possible to setup a way to select a specific time, on different days of the week? For example, a user wants a notification at 9:00am, but they want to get that message every Monday, Wednesday, and Friday. How would I implement this? |
Is the plugin fully compatible with Ionic 2. i have opened an issue #1097 here and i just wanted to know when will you be updating to support Ionic 2 ? |
Is there the way to delete a notification before this is visible? |
Can this plugin update the notification at the time its captured by the trigger event? but before this function is completely executed, the notification has been sent to the notification center Local storage contains contains the update, possibly a method/function to verify the notification before sending would be helpful idk, does one exist? cant find an example or anything in the docs? |
There is a pull request for multi line notifications pending review. Please review and accept it. Currently the plugin is unusable except for very simple notifications. |
Similar to B00268219.. |
Can you guys add an option to launch the app when the app is force closed? |
Agree very much with @joakimmelkersson feature request n. 5 for expandable notifications. The titles I need to include there often are slightly longer than one line. |
An option for having the device notification led blink would be important for us to be able to use this plugin. Is this something already implemented just maybe I am not seeing how to set the option? Or is this already under consideration? (Behavior would be similar to when user gets a text message or email and the led light is blinking until the notification is read) |
The led does blink, and on Android you can set the color as well... the flash cannot be made to blink with this plugin.
(spelling and grammer powered by autocorrupt)
…On Jul 16, 2017, 6:08 PM -0700, cdpconsulting ***@***.***>, wrote:
An option for having the device notification led blink would be important for us to be able to use this plugin. Is this something already implemented just maybe I am not seeing how to set the option? Or is this already under consideration? (Behavior would be similar to when user gets a text message or email and the led light is blinking until the notification is read)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
dear developers, first compliments for your great works! |
cordova-browser support |
+1 for vibrate control support. |
Any plans to add Android support for Location based notifications? |
Is it possible to add media controls (play/pause/skip etc.,) with all the existing properties and make it work like this plugin https://github.com/homerours/cordova-music-controls-plugin (this isn't working in the latest android devices) ? |
@sbannigan Location based notifications aren't in the plan yet or will be available with 0.9.0. However since they are supported already for iOS its also intended to be supported with a future version of 0.9.x |
browser support will also come in future. Usually I would add with 0.9.0. But I think to add it later otherwise it will take even longer to release the next stable version. |
@gokulm The plugin supports the android media style . However than hasn't been tested yet. Thats why its also not mentioned on the README. |
@katzer could you please tell how mediasession can be created and used with this plugin? also, does the media style work only for android? |
@gokulm Please move this into an own issue ticket. Its Android specific. |
@katzer Is it possible to include a property that will make the notification sound play forever until its cleared or canceled ? (not seen or clicked) something to replicate the behavior of alarm clock basically cheers ! |
@abood91 You might want to repeat the notification with a value of the time of the sound? |
@HugoHeneault, what do you mean ? I think notification has limited on time (30) seconds and if your sound tone runs for more then that the you might repeat the first 30 sec. Over and over again ... ? |
@HugoHeneault I did but could you provide a sample code example where notification plays sound app is launched / interacted with, basically as I said am looking to replicate alarm app functionality (maybe other plugin ?) Cheers |
How about a way for the plugin to detect if the privacy settings for notifications are "hidden" or not on Android (not sure if iOS has this option)? I have a requirement where sensitive information should not be in the notification on the phone's lock screen if notification is not set to hidden. If the phone is not set to hidden then, it display a simple notification message. If it is set to hidden, then it shows detailed notification messages as normal. Is this something that could be planned a new feature soon? |
Dear Local-Notification community,
please make use of the following page to propose new feature requests. Once accepted they will be added to an own wiki page with further informations.
Thanks!
The text was updated successfully, but these errors were encountered: