I have completed a demo app and have verified that JavaScript timers
are not paused for either setTimeout() or setInterval().
On Jan 12, 2:28 pm, Dan <king...@gmail.com> wrote:
> Hello All,
> I am working on a an application that it trying to use the
> WebView.pauseTimers() API. I am still getting console messages from my
> JavaScript setInterval method after calling pauseTimers(). I was
> wondering if this is a known problem, could I be missing a step, or an
> alternative API that will suspend the setInterval timer.
> Thank you,
> -Dan