收藏
回答

wx.showKeyboard在开发者工具上不显示键盘内容,只有输入框和完成按钮?

到底啥问题啊


wx.showKeyboard({
  defaultValue: '',
  maxLength: 100,
  multiple: false,
  confirmType: 'done',
  success: function(res) {
    console.log('调用成功', res);
  },
  fail: function(error) {
    console.log('调用失败'error);
  },
  complete: function() {
    console.log('调用结束');
  }
});
回答关注问题邀请回答
收藏
登录 后发表内容