地图map的control在底部放置图标的时候,在华为手机会被遮挡
我想弄成摩拜单车下方的扫描按钮,通过通过control实现,然后已经获取系统信息的可用高度,然后减去图片的高度,再减去间距。但是在华为手机会被底部的返回键这里遮挡,请问是我的代码有错还是BUG?
var height=res.windowHeight
controls: [{
id: 1,
iconPath: '/resources/location.png',
position: {
left: 0,
top: height - 50-10,
width: 50,
height: 50
},
clickable: true
}]