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

Phonegap application not working #1260

Closed
vshovkovych opened this issue Mar 31, 2017 · 2 comments
Closed

Phonegap application not working #1260

vshovkovych opened this issue Mar 31, 2017 · 2 comments

Comments

@vshovkovych
Copy link

Using this code to show notifications once per day in phonegap app. Testing on Android 6 and Android 5.1

cordova.plugins.notification.local.schedule({
text: "Delayed Notification",
firstAt: monday,
every: "day",
icon: "file://img/logo.png"
}, callback);

But it does not work. What am i doing wrong?

@rwillett
Copy link
Collaborator

rwillett commented Apr 2, 2017

Use the template in #1188. Not enough information.

@rwillett
Copy link
Collaborator

rwillett commented Apr 5, 2017

Closed as no updated from original poster.

@rwillett rwillett closed this as completed Apr 5, 2017
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

2 participants