Windows手机上的Html输入文本字段滚动问题

时间:2014-07-02 13:17:58

标签: jquery css html5 jquery-mobile windows-phone-8

我有windows phone的phonegap应用程序。在那个应用程序中,UI是用HTML创建的。但是在文本字段中水平滚动存在问题。我想滚动文本的方式与在任何原生Windows手机应用程序中滚动文本的方式相同。 例如,Windows Mobile上IE浏览器中的地址栏文本字段可以滚动整个文本

这是我的代码:

<div> 
   <div style="width: 60%;float: left;margin-right: 1px;padding-left: 25px;">
       <input type="text" id="mobmake" placeholder="Mobile Make" style="background:#0B65B5;color:#FFF;margin-left: -6px;padding-left: 13px;"> 
   </div>
</div>
<br>
<div>
   <div style="width: 60%;float: left;padding-left: 25px;">
       <input type="text" id="mobmodel" placeholder="Mobile Model" style="background:#0B65B5;color:#FFF;margin-left: -6px;padding-left: 13px;">
   </div>
</div>

0 个答案:

没有答案