Recently, an update must have passed that made it that when you rotate, or slide out the keyboard, the app reloads.
i believe i narrowed it down to my config.xml, can someone please take a look at it?
i believe i narrowed it down to my config.xml, can someone please take a look at it?
<?xml version="1.0" encoding="UTF-8"?>
<widget
xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "P82QFZ75WJ.com.hamptongolfclubs.test"
version = "1.0.0"
>
<name>
Test
</name>
<description>
This application is a test.
</description>
<author
href="http://hamptongolfclubs.com"
email="me@hamptongolfclubs.com">
me
</author>
<gap:platforms>
<gap:platform name="android" minVersion="2.1" />
<gap:platform name="blackberry" project="widgets"/>
<gap:platform name="ios"/>
</gap:platforms>
<icon
src="logo.png"
width="477"
height="475"
hover="false"
gap:role="default" />
<feature name="http://api.phonegap.com/1.0/notification"/>
<feature name="http://api.phonegap.com/1.0/file"/>
<feature name="http://api.phonegap.com/1.0/network"/>
<preference name="orientation" value="default"/>
<gap:splash
src="logo.png"
width="477"
height="475"
/>
</widget>

