Hello guys, i need help to implement alarm in ionic 2 app. For example i have basic todo app with adding title and reminder. So after adding todo item let’s say i want to remind me at 03.00 for todo “Go to market and buy bananas”.
What i have found is this plugin https://github.com/wnyc/cordova-plugin-wakeuptimer and i want to do that in app with typescript.
Is there any chance to do that?
1 Like
Looks like there is no type script version of it. I checked the plugin on the github and it looks interesting and From the documentation given, You can use the window.wakeuptimer.wakeup
and window.wakeuptimer.snooze
for snooze feature. I guess there is no Typescript version of it. You will need to use the Javascript version given in the documentation. I think it will work if done correctly