使用如下代码创建游戏圈按钮后在iOS上y坐标出现偏差,Android上正常。预期的表现是矩形框底部恰好在屏幕底部边沿,Android上确实是如此,但是iOS上向上偏离了很多。
wx.createGameClubButton({
type: 'text',
text: '',
style: {
left: 100,
top: wx.getSystemInfoSync().windowHeight - 100,
width: 100,
height: 100,
backgroundColor: '#0000008f',
color: '#ffffff',
fontSize: 18
}
});
iOS上的表现如下图:
此问题会在后续版本进行修复,感谢反馈。