JQM工具栏(页眉和页脚)随着滚动Windows手机8而移动

时间:2015-04-15 11:11:23

标签: jquery-mobile windows-phone-8 cordova-3

我正在使用Cordova和JQuery mobile,它在Android上运行良好,但是当为Windows Phone 8构建时,JQM工具栏(页眉和页脚)没有得到修复,当我向上滚动页面时,工具栏几乎没有上升我正在向下滚动工具栏,就像下面的截图一样 http://159.100.223.157/screens/IMG_0712.JPG http://159.100.223.157/screens/IMG_0713.JPG 这是代码

<div role="main">
<div id="SearchRides" data-role="page" class="page innerPage">
<div class="ui-header ui-bar-a ui-header-fixed header" data-position="fixed">
<a href="search-result.html" class="ui-btn-right icon-ok" data-iconpos="notext"></a>
<h1 aria-level="1" role="heading" class="ui-title">Search</h1>
</div>
<!--end header-->
<div class="projects ui-content content">
<form method="post" action="#">
<div class="ui-field-contain">
<label for="txtFrom" style="text-align: center">Source</label>
<input type="text" name="txtFrom" id="txtFrom" placeholder="To">
</div>
</form>
</div>
<!--end body-->
<div data-theme="a" class="footer" data-role="footer" data-position="fixed">
<div data-role="navbar">
<ul>
<li><a href="index.html" rel="external" class="icon-home-footer" data-iconpos="notext">&nbsp;</a></li>
</ul>
</div>
 <!--end footer-->
</div>
</div></div>

0 个答案:

没有答案