时间:2019-05-03 来源:小程序工厂
你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
微信版本6.73,手机的iPhoneX,
app.json里面"navigationStyle":"custom",
wxml:
评论
wxss:
.comment-button, .button, .comment-area {
width: 100%;
height: 50px;
background: #fff;
font-size: 15px;
display: flex;
justify-content: center;
align-items: center;
position: fixed;
bottom: 0;
}
js:
openKeyboard:function(e){
console.log(e.detail.height)
this.setData({
bottom: e.detail.height,
hidden: false
})
},
麻烦按照文档指引来提供能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
https://developers.weixin.qq.com/s/G84jHSmu7v3v