Jun*_*oor 9 ios cordova onsen-ui
我为一些使用cordova和onsenui的公式编写了一个小型计算器应用程序.这个应用程序在Android和iphone上运行正常但是当我在ipad上使用它时,闪烁的光标不断弹出文本字段,就像在我的图像中一样发布后,光标应该是黄色的<< Liters>文本字段,但它会弹出它.这是viewform的代码
<table border="0" cellpadding="0">
<tr style="height: 28px;">
<td style="padding-right: 8px;">Litres:</td>
<td align="center" style="background-color: #92D050; color: #000000;"><b>{{litres | setDecimal:3}}</b></td>
<td><b> Required</b></td>
</tr>
<tr>
<td style="padding-right: 8px;">Bag Size:</td>
<td><ons-text-input ng-model="bagsize" placeholder="0" ng-change="doCalc()" type="number" pattern="[0-9]*" inputmode="numeric" min="0" style="width: 80px; background-color: #FFFF00; color: #000000"></ons-text-input></td>
<td><b> Litres</b></td>
</tr>
<tr style="height: 28px;">
<td style="padding-right: 8px;">No of Bags Required:</td>
<td align="center" style="background-color: #92D050; color: #000000;"><b>{{totalbags | setDecimal:3}}</b></td>
<td><b> </b></td>
</tr>
</table>
Run Code Online (Sandbox Code Playgroud)
有人能告诉我为什么它只会发生ipad,我该如何解决这个问题?
| 归档时间: |
|
| 查看次数: |
139 次 |
| 最近记录: |