-
Notifications
You must be signed in to change notification settings - Fork 111
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
how to set alarm date and time #16
Comments
If you look at the source code here: https://github.com/wnyc/cordova-plugin-wakeuptimer/blob/master/src/android/WakeupPlugin.java#L161 |
Could you please post an example how to do it. |
alarms : [{
type : 'daylist',
days : ["sunday", "monday"]
}] |
But can this plugin work for a particular date ? (Days are Sunday etc), but date is 9th Oct 2016 etc Basically i want to set up a reminder (as alarm for a particular Date) |
I surveyed the source code and I would say that it's not possible, but maybe I'm wrong. |
Is this plugin working for you? In all my tests I always receive a message "error: invalid json " Do you know why? |
i would like to know if there any way to set alarm for a date
The text was updated successfully, but these errors were encountered: