iOS7 header shifting in Safari

When upgrading from an alpha version to the latest beta, I noticed that it adds 20px to the header height in iOS7. While this is great when running in a Cordova app, I do not want this behavior when running the app in Safari on the iOS7 device.

Would it make more sense to shift on only iOS7 and Cordova? I can’t imagine too many use cases for which shifting would be desirable in Safari.

In the meantime, what do you think is the best way to solve this problem?

Do you mind posting the exact code for your header bar? I’ll give it a try myself