Page 1 of 1

How to keep a page alive

Posted: Sun Sep 20, 2015 10:52 am
by Deon

Hi

I have a geolocation tracker. I need to prevent the page from hibernating or sleeping when inactive. Do you have any info on how to do that?

Thank you.


How to keep a page alive

Posted: Sun Sep 20, 2015 1:03 pm
by Evgene Karachevtsev

Hello Deon,

This can be done only with the help of some 3rd party plugin, perhaps this this one may help:
http://cordova.apache.org/docs/en/2.5...


How to keep a page alive

Posted: Sun Sep 20, 2015 2:58 pm
by Deon

Hi Evgene

You sent me a link regarding geolocation.

Maybe I did not explain correctly. I need to the phone not go into powersave mode or go to sleep regardless. I need the screen to stay on while there is no activity suing the app. It maybe uses WAKE_LOCK in the manifest. Something like this link?

http://stackoverflow.com/questions/37...


How to keep a page alive

Posted: Sun Sep 20, 2015 8:52 pm
by Evgene Karachevtsev

Deon,

Please find our reply here: https://getsatisfaction.com/apperyio/...


How to keep a page alive

Posted: Fri Sep 25, 2015 2:43 pm
by Deon

Thanks Evgene. I will test and revert back.