wnyc / cordova-plugin-wakeuptimer

Cordova plugin for a wakeup alarm clock
90 stars 111 forks source link

wakeup time not accurate? #15

Open match08 opened 8 years ago

match08 commented 8 years ago

wakeup time not accurate?,I'm set 10:52,wakeup at 10:54. this is bug?

Kobzol commented 8 years ago

This is actually probably a feature of Android, which groups the timers to save battery life. This plugin sets the time exactly on newer API versions, but it still often isn't guaranteed to appear exactly at the given time.

evandrojr commented 7 years ago

Hi @match08

Can I see a working example of your problem? Thanks!