09-30-2012 12:59 AM
I'm using the latest BB10 for Webworks on an Alpha Dev.I have a timer running that is supposed to do something when it is up. The problem is when I have it running and put it in the background and start say browser the web on the browser well the timer is stopped by the system and never does what it is supposed to. I know in Android there is code you can put to keep your application alive and avoid the system from pausing it. How can I do that in BB10 Webworks?
Solved! Go to Solution.
09-30-2012 05:51 PM
you need this in your config.xml
<rim <rim</rim |
https://developer.blackberry.com/html5/documentati
09-30-2012 05:53 PM
you need this in your config.xml
<rim:permissions>
<rim:permit>run_when_backgrounded</rim:permit>
</rim: permissions>
https://developer.blackberry.com/html5/documentati