如图:
lostexin
- 发布:2017-02-10 13:58
- 更新:2017-02-10 15:12
- 阅读:2326
手机顶部状态栏被遮盖,有没有解决方法?
分类:MUI
BoredApe
不能关闭
2017-02-10 15:13
lostexin (作者)
呃呃,好吧
2017-02-10 15:16
洛洛尔
你是Q群里提问的那位吧?如果不考虑首页的话,可以在首页调用我发给你的那个方法,调用之后等于就在本地的storage里存了状态栏的高度了,然后如果使用mui.openWindow打开页面的话,就可以在mui.openWindow的styles的top里设置状态栏的高度了
2017-02-10 17:26
洛洛尔
mui.openWindow({
url: "index.html",
id: "index",
styles: {
top: plus.storage.getItem("topoffset"),
bottom: "0px"
}
})
2017-02-10 17:27
lostexin (作者)
回复 洛洛尔:不好意思没看到,好久没登了,在学校有点忙,最近才又开始了。。不过谢谢了
2017-04-01 09:16