Hi,
Is there any way to make changes in the AndroidManifest.xml file? I need to change:
android:configChanges="keyboardHidden|orientation"
to
android:configChanges="keyboardHidden|screenSize|orientation"
..so that it doesn't reload the index page when I go out to the gallery/camera.
Is this something we can currently do? I've been trying to setup the Android SDK kit on my PC, and then decompiling, tweaking the XML file, then re-compiling - but its such a long way around just to edit one line of the xml file :(
TIA! (of, and great job on the system - its saving me so much time... well, once I get used to the jQuery Mobile differences ;))
Andy
-
I'm also hoping PhoneGap Build will incorporate this into the config.xml features.
-
-
EMPLOYEE
1Hey,
Thanks for addressing this issue, I'm going to add it to our backlog. I think it would make more sense for us to add this property automatically depending on which orientation you provide in the config.xml.
For example if you specify a landscape or portrait this property should not be added as the application should not change screenSize/orientation; however if default is specified screenSize/orientation should be appended.
Hardeep Shoker -
-
Hi,
Thanks - I'm hoping this will be come soon(ish), as once I've got the rest of my app done, thats "bug" is pretty much the only thing thats holding me back (every time I go into the gallery/camera it then "restarts" my app to index.html :()
TIA
Andy -
-
I'm still facing this issue. Any luck in getting Build to add this?
Thanks -
-
I ended up having to use the non-build version (i.e compiling it on my computer, one platform at a time). Its a bit more time consuming, but it does give me a bit more control over everything (and makes testing a little quicker after changes, as I don't have to wait for it to compile again)
If you really need to get it done - you may wanna look at writing your apps with the Phonegap "download" and using "Eclipse" to compile and build them. Hope that helps -
-
Thanks, Andrew. I was hoping PG Build would support this, but it's been so long, using a local build does appear to be the only way to prevent the restarting. I do hope this feature gets incorporated at some point though. It would make life easier.
John -
Loading Profile...


Twitter,
Facebook, or email.

