Skip to content
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

Closed
katzer opened this issue Mar 11, 2015 · 92 comments
Closed

Feature Requests #451

katzer opened this issue Mar 11, 2015 · 92 comments
Assignees
Milestone

Comments

@katzer
Copy link
Owner

katzer commented Mar 11, 2015

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!

@katzer katzer self-assigned this Mar 11, 2015
@katzer katzer added this to the v0.8.0 milestone Mar 11, 2015
@Tawpie
Copy link

Tawpie commented Mar 11, 2015

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)

@axten
Copy link

axten commented Mar 12, 2015

if possible, it would be nice to have amazon fire os support,
thats android with some additions so it should not take a long time.

@katzer
Copy link
Owner Author

katzer commented Mar 14, 2015

@Tawpie, if you like please vote for that cordova-windows issue!
https://issues.apache.org/jira/browse/CB-8674

@MaZZly
Copy link

MaZZly commented Mar 16, 2015

Crosswalk integration.
Crosswalk is quite important if you want any kind of performance on a Cordova project that is supposed to run on pre-lollipop android devices (There are also performance improvements in lollipop aswell but there the apps usually run quite smoothly)

Should not be too hard to make the compability as the main difference (AFAIK) is that it uses a different webView

Issue #426

@ratt
Copy link

ratt commented Mar 23, 2015

+1 crosswalk support

@krik
Copy link

krik commented Mar 25, 2015

CrossWalk please :)

@DerGuteWolf
Copy link

Could you support vibration esp on Android?

@DerGuteWolf
Copy link

Are on Android the default RingtoneManager Sounds TYPE_ALARM, TYPE_NOTIFICATION and TYPE_RINGTONE still supported with 0.8.x?

@DanailMinchev
Copy link

+1 for crosswalk support

@alexusdenisov
Copy link

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

@sergeh
Copy link

sergeh commented Mar 26, 2015

+1 for crosswalk support

@boltex
Copy link

boltex commented Mar 26, 2015

+1 crosswalk

@volantes
Copy link

+1 crosswalk would be awesome!

@joshbatchelor
Copy link

+1 Crosswalk

@kiStephane
Copy link

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.

@invernizzie
Copy link

+1 Crosswalk

@katzer
Copy link
Owner Author

katzer commented Apr 8, 2015

@DerGuteWolf, they have been removed. TYPE_NOTIFICATION is still the default sound.

@katzer
Copy link
Owner Author

katzer commented Apr 8, 2015

Re crosswalk, can somebody provide a plug&play project or a list of incompatibilities?

@joshbatchelor
Copy link

@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

@katzer
Copy link
Owner Author

katzer commented Apr 8, 2015

@joshbatchelor, thanks that helps

@carpiediem
Copy link

It would be great to be able to send "multi-page" notifications to wearables, as described for Android here.

@krik
Copy link

krik commented Apr 9, 2015

@joshbatchelor Thanks a lot!

@ratt
Copy link

ratt commented Apr 9, 2015

@joshbatchelor https://github.com/joshbatchelor Awesome thanks!

On Thu, 9 Apr 2015 at 11:35 Christian Justus notifications@github.com
wrote:

@joshbatchelor https://github.com/joshbatchelor Thanks a lot!


Reply to this email directly or view it on GitHub
#451 (comment)
.

@josmarycarrero
Copy link

weekends and weekdays on schedule function

@carpiediem
Copy link

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.

@armenbadalyan
Copy link

+1 for "multi-page" notifications

@wworley
Copy link

wworley commented Apr 15, 2015

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
http://developer.android.com/guide/topics/ui/notifiers/notifications.html

for wearables
https://developer.android.com/training/wearables/notifications/stacks.html

@lvlrt
Copy link

lvlrt commented Jul 17, 2016

is heads-up notifications already supported?

@saurabhvyas
Copy link

Can you please add image support in push notifications ?

@billycomic
Copy link

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?

@sahildaga95
Copy link

sahildaga95 commented Oct 5, 2016

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 ?

@daniele-sartiano
Copy link

Is there the way to delete a notification before this is visible?

@B00268219
Copy link

Can this plugin update the notification at the time its captured by the trigger event?
, i tried the following......
cordova.plugins.notification.local.on("trigger", function(notification).....
cordova.plugins.notification.local.update({...........}}

but before this function is completely executed, the notification has been sent to the notification center
and shows as expired.

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?

@esmiralha
Copy link

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.

@harleybl
Copy link

Similar to B00268219..
It would be great if there were a pre-trigger event that fired that one could subscribe to.
This would allow for the opportunity to cancel or change the event notification before it is displayed to the user.

@kennrll18
Copy link

Can you guys add an option to launch the app when the app is force closed?

@FrancescoMussi
Copy link

FrancescoMussi commented Jul 10, 2017

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.
It would be a great feature.

@e4dev
Copy link

e4dev commented Jul 17, 2017

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)

@Tawpie
Copy link

Tawpie commented Jul 17, 2017 via email

@d3w201
Copy link

d3w201 commented Jul 18, 2017

dear developers, first compliments for your great works!
second.. is possible to set the notification remotely? i know this is probably a stupid question because the name of the plugin is "LOCAL"-notification , but anyway i ask because i am a monkey in dna...

@anibalcesar
Copy link

cordova-browser support

@chpecson
Copy link

chpecson commented Sep 18, 2017

+1 for vibrate control support.
This will be a great help for all.

@sbannigan
Copy link

Any plans to add Android support for Location based notifications?

@gokulm
Copy link

gokulm commented Jan 25, 2018

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) ?

@katzer
Copy link
Owner Author

katzer commented Feb 5, 2018

@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

@katzer
Copy link
Owner Author

katzer commented Feb 5, 2018

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.

@katzer
Copy link
Owner Author

katzer commented Feb 5, 2018

@gokulm The plugin supports the android media style . However than hasn't been tested yet. Thats why its also not mentioned on the README.

@gokulm
Copy link

gokulm commented Feb 8, 2018

@katzer could you please tell how mediasession can be created and used with this plugin? also, does the media style work only for android?

@katzer
Copy link
Owner Author

katzer commented Feb 12, 2018

@gokulm Please move this into an own issue ticket. Its Android specific.

@gokulm
Copy link

gokulm commented Feb 13, 2018

@katzer done #1532

@abood91
Copy link

abood91 commented Mar 4, 2018

@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 !

@HugoHeneault
Copy link

@abood91 You might want to repeat the notification with a value of the time of the sound?

@abood91
Copy link

abood91 commented Mar 5, 2018

@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
Copy link

@abood91
Copy link

abood91 commented Mar 6, 2018

@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

@jringbox
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests