最近刚换的电脑,系统是win10,dell xps13 手机号输入框和验证码输入框,咋输都不行,求官方解答下
<view class="inpt">
<text>手机号</text>
<input bindinput="telInput" type="number" focus='true' placeholder-style='color:#d4d4d4;font-size:14px' placeholder="请输入手机号" />
</view>
<view class="inpt">
<text>验证码</text>
<view class="yzm">
<input bindinput="yzmInput" type="number" placeholder-style='color:#d4d4d4;font-size:14px' placeholder="请输入验证码" />
<text style="color:#ff6801" bindtap="getRegcode">{{regtext}}</text>
</view>
</view>
谢谢呢 xps 13寸的 只能放大150%看的清楚
是无法聚焦吗?还是聚焦后无法输入?
是的win10的毛病 焦点在input上方,主动focus获取焦点也不行。只能点击input上方
这里是设置的100%吗?