Response title
This is preview!
I am converting my app to also run on Windows Phone 7.x and 8 (it is already running on iPhone and Android).
I have this issue where the footer does not show at the very bottom but sits a little above the end. As you can see on the Picture her: https://dl.dropbox.com/u/7685276/Footer%20issue.png
Can any of you help.. As I say this is not a issue on Android and iPhone.
It is jQuery 1.9.1, jQueryMobile 1.3, PhoneGap 2.4.
Thanks i advance
Kim
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css" /> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
Included basic jquery mobile page
<div data-role="header" data-position="fixed">
<h1>Fixed Header!</h1>
</div>
<div data-role="footer" data-position="fixed">
<h1>Fixed Footer!</h1>
</div>
Followed the tutorial at this link http://mattstow.com/responsive-design-in-ie10-on-windows-phone-8.html
Nothing seems to fix the Jquery mobile footer in windows phone.
Has anybody been able to fix the footer along with proper alignment of elements i.e elements using full screen
Any help on this topic is much appreciated.
© 2013 jQuery Foundation
Sponsored by and others.