- 当前 Bug 的表现(可附上截图)
点击模拟器中的input,不弹出键盘
- 提供一个最简复现 Demo
wxml
<view class='input_view'>
<input class='comment_input' type='text' placeholder='前方高能,火速评论'></input>
</view>
wxss
.input_view{
width: 100%;
height: 44px;
position: fixed;
left: 0;
right: 0;
bottom: 0;
border-top: 1px solid rgb(243, 242, 243);
background-color: white;
}
.comment_input{
height: 30px;
line-height: 30px;
background-color: rgb(243, 242, 243);
margin: 7px 40px 0 40px;
font-size: 14px;
border-radius: 15px;
padding-left: 20px;
padding-right: 15px;
}
PC上弹不出键盘
谢谢
模拟器没得键盘
谢谢
不客气
官方能不能在开发者工具这里加一个模拟键盘的功能,测试的时候不用老是麻烦真机了。