I am trying to implement Eric Hynds' jquery-idle-timeout dialog which works fine without any issues. But how can I timer / idle timeout to get work even during computer sleep or phone screen-off.
Currently timer getting paused if computer sleeps or phone screen-off.
Do I need to add any specific jquery events apart from mousemove keydown DOMMouseScroll mousewheel mousedown
?
Any help would be highly appreciated.