Config.xml changes do not take affect in iOS 7.1

Hey,

So i am wirh cordova 3.4.0. as i updates to the latest version during this conversation. :slight_smile: well i think i have to start a new cordova project yes. So am i right in just copying the whole www directory to the new project location “www”? And do a build for ios to get the whole stuff. Opied there?

Many thanks

NO! Do not copy the whole thing. You are going to copy over all the problems. I would only copy over your own HTML, CSS, etc. Then the Ionic and Angular code.

This is a pain, but copying the whole www folder is bound to not solve the problem.

ok thanks, i will try that out and let you know. thanks in advance

hey,

so i created a new project and just copied my files (html, css, js) and i have the same problem as before. when i have a form and i focus on a input field - so the virtual keyboard shows up - the header moves out on top of the view. am i the only one that is dealing with that issue? i didn’t change the config.xml so far as i created the project with the ionic cli and the config.xml had already the settings. what am i missing?

thx

We seemed to have a strange issue where this kills some people and works perfectly for others.

I know that on iOS 6, the header is going to get pushed off page. I have given up that fight. However, on iOS 7, it generally should not.

Can you post your sample online or zip it up and send to me? Just private message me and I’ll give you my email address.

Hmmm: I have the “header being pushed up when the virtual keyboard shows up” problem on iOS7.1, bit not on iOS7.0. Anybody else seeing this?

hey,

yes i have the same problem and i have absolutely no clue why this happens and also no solution to change it.

Did you tried changing the defaults.xml in myapp/platforms/ios/cordova/ ?

nope. actually it seems to work but if i use the extra button row on the keyboard where you can switch forward and backwards it happens. so you think i should put the code in the .xml in that directory? but i thought it is enough if the config is on the root level?

I have problems that the header and footer nav gets pushed up when using selection menu. With normal input fields there’s no problem. Using Phonegap 2.9.0 and iOS 7.1.