弹一尘
弹一尘
  • 发布:2019-01-24 15:22
  • 更新:2019-12-18 11:39
  • 阅读:2569

【报Bug】uni.getSystemInfoSync().windowHeight在小米6x手机下高度不准确

分类:uni-app

屏幕高度不准确,底部会短一个导航的高度

联系方式
[QQ]
2782268022

2019-01-24 15:22 负责人:无 分享
已邀请:
1***@qq.com

1***@qq.com

一样的问题,除了真机短一个statusBarHeight的高度,其他的都是对的,条件编译还没办法用,条件编译没有效果,什么条件都执行了

同心

同心

一样的问题 我的机型是荣耀10 和 荣耀play都有问题

Monkey595

Monkey595

一样的问题 解决了没有 我红米pro7 在浏览器和小程序都没问题,app有问题

1***@qq.com

1***@qq.com

你有没有试过在 onReady 里面获取设备参数。我试过在 onReady 里面就正常了

  • 1***@qq.com

    挺好用的!onReady 解决了

    2020-01-14 17:54

  • 2***@qq.com

    onReady() {

    let _this = this;

    uni.getSystemInfo({ //调用uni-app接口获取屏幕高度

    success(res) {

    _this.navHeight = res.windowHeight; //windoHeight为窗口高度

    _this.swiperNavHeight = res.windowHeight;

    }

    })

    this.adLog();

    this.getDataList();

    },

    我不行呢,揪心!每个浏览器uc 自带 微信都不一样

    2021-06-04 23:48

1***@163.com

1***@163.com

模拟器测试uni.getSystemInfoSync 和uni.getSystemInfo 获取的windowHeight不同呢

该问题目前已经被锁定, 无法添加新回复