I decided to test if phonegap WebView is live when app is in a background.
function test2(x){ $(\'\', {text: x.cmd}).appendTo($(\'
I am late with response. In phonegap there is KeepRunning param in config.xml
KeepRunning
config.xml
You must add following line to config.xml
...
It will call pauseTimers() and pause all WebViews. pauseTimers() is not hidden method and no reflection is needed.
pauseTimers()