收藏
回答

小程序模拟器,input键盘不弹出

框架类型 问题类型 操作系统 工具版本
小程序 Bug macOS 1.02.1904090

- 当前 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;

}


回答关注问题邀请回答
收藏

4 个回答

  • Mr.Zhao
    Mr.Zhao
    2019-07-03

    PC上弹不出键盘

    2019-07-03
    有用 2
    回复 1
    • 考拉🐨
      考拉🐨
      2019-07-03

      谢谢

      2019-07-03
      回复
  • 禾店科技
    禾店科技
    2021-05-08

    本来就没有键盘的

    2021-05-08
    有用 1
    回复
  • x_Qiang
    x_Qiang
    2019-07-03

    模拟器没得键盘

    2019-07-03
    有用 1
    回复 2
    • 考拉🐨
      考拉🐨
      2019-07-03

      谢谢

      2019-07-03
      回复
    • x_Qiang
      x_Qiang
      2019-07-03回复考拉🐨

      不客气

      2019-07-03
      回复
  • ꯭微꯭信꯭官꯭仿꯭
    ꯭微꯭信꯭官꯭仿꯭
    2022-11-25

    官方能不能在开发者工具这里加一个模拟键盘的功能,测试的时候不用老是麻烦真机了。

    2022-11-25
    有用
    回复
登录 后发表内容