I am developing a mobile application with cordova phonegap. I am testing it on the Android platform right now on ios. My problem is that I have an application running in the background, and I press the start button of this application, it is reinitialized. I just want to open the application from the launch icon and continue working from where it is. I tried to set the attribute keepRuningin config.xml true , but it does not work.
<preference name="keepRunning" value="true" />
This is the config.xml file:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" id="com.coolappz.HTML5Application1" version="1.0.0">
<name>HTML5Application1</name>
<description>Cordova Application</description>
<author email="info@com.coolappz" href="http://www.coolappz.com">user</author>
<access origin="*"/>
<preference name="fullscreen" value="true"/>
<preference name="webviewbounce" value="true"/>
<preference name="keepRunning" value="true" />
</widget>
EDIT:
For more information:
, 1 . , home. , , , .
, .
:
cordova .
?