GitHub user sushant40 opened a pull request: https://github.com/apache/cordova-wp8/pull/31
Fix for position fix not working. Elements that are css 'fixed' currently jiggle. This change makes the WP8 web view full screen and hides it underneath the system tray. Developers will need to add padding to their page as they do in iOS7 in order to make their app appear 100% underneath the system tray. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sushant40/cordova-wp8 master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-wp8/pull/31.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #31 ---- commit b2968f96239c70f669f4b38552d67d304dc3fd6e Author: Sushant Verma <sushant...@gmail.com> Date: 2014-04-13T15:10:28Z Fix for position fix not working. Elements that are css 'fixed' currently jiggle. This makes the WP8 web view full screen and hides it underneath the system tray. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---