I have an application written for Symbian Web Runtime (Nokia WRT), which uses a simple setInterval javascript command to keep track of a countdown timer.
However, when the application is suspended (paused), the countdown timer continues to fire events.
Is there a way using Symbian Web Runtime to detect the suspend/pause event, and the subsequent resume event?