1***@qq.com
1***@qq.com
  • 发布:2023-06-07 11:24
  • 更新:2023-06-07 11:24
  • 阅读:345

【报Bug】uni.onThemeChange 在H5端监听失效了

分类:uni-app

产品分类: uniapp/H5

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: 11

HBuilderX类型: 正式

HBuilderX版本号: 3.8.4

浏览器平台: Edge

浏览器版本: 114.0.1823.37 (正式版本) (64 位)

项目创建方式: HBuilderX

示例代码:

// #ifdef H5
uni.onThemeChange(function(res) {
console.log(res.theme);

    });  
    // #endif

操作步骤:

// #ifdef H5
uni.onThemeChange(function(res) {
console.log(res.theme);

    });  
    // #endif

预期结果:

正常显示当前主题字符串

实际结果:

hx3.8.4失效了,前一个版本正常使用

bug描述:

浏览器切换light/dark不触发api
// #ifdef H5
uni.onThemeChange(function(res) {
console.log(res.theme);

    });  
    // #endif
2023-06-07 11:24 负责人:无 分享
已邀请:

要回复问题请先登录注册