1
我正在開發應用程序使用英特爾XDK新環境通過使用jQuery的移動。 這裏是我提交數據表單的代碼。jquery mobile-頁面不滾動
<div data-role="content">
<form method="post" action="http://testwebpage.php">
<div data-role="fieldcontain">
<label class="formLabel" style="width: 250px;">
<span class="formTitle">First Name:</span>
<input type="text" name="fname1" placeholder="Type first name here..." data-="" mini="true" data-inline="true" value="">
</label>
</div>
<div data-role="fieldcontain">
<label class="formLabel" style="width: 250px;">
<span class="formTitle">Last Name:</span>
<input type="text" name="lname1" placeholder="Type first name here..." data-="" mini="true" data-inline="true" value="">
</label>
</div>
</form>
</div>
仿真器正確地顯示的形式(它可以向下滾動,而無需輸入任何數據字段)但是,當我測試它在實際設備上(xperial L)它不向下滾動。