yangjw
yangjw
  • 发布:2024-01-16 09:34
  • 更新:2024-01-16 11:57
  • 阅读:160

【报Bug】程序启动设置为高亮,手机设置为暗黑模式无法启动程序

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Mac

PC开发环境操作系统版本号: 14.2.1 (23C71)

HBuilderX类型: 正式

HBuilderX版本号: 3.99

手机系统: iOS

手机系统版本号: iOS 16

手机厂商: 苹果

手机机型: 13pm

页面类型: vue

vue版本: vue2

打包方式: 离线

项目创建方式: HBuilderX

App下载地址或H5⽹址: https://apps.apple.com/cn/app/%E5%8C%BB%E5%B0%8F%E7%A7%9F-%E4%B8%80%E7%AB%99%E5%BC%8F%E5%8C%BB%E7%96%97%E5%99%A8%E6%A2%B0%E7%A7%9F%E8%B5%81%E5%B9%B3%E5%8F%B0/id1550415462?l=ca

操作步骤:

预期结果:

实际结果:

启动不了程序

bug描述:

onShow: function(ops) {

        // #ifdef  APP-PLUS  
        // plus.nativeUI.setUIStyle('light');  
        // #endif  
    },  

在App.vue 启动的时候设置为高亮模式 ,把手机的 暗黑模式开启成黑色后,程序无法启动报错

0   CoreFoundation  
___exceptionPreprocess + 164  
1   libobjc.A.dylib  
_objc_exception_throw + 60  
2   Foundation  
__userInfoForFileAndLine  
3   UIKitCore  
-[UIApplication _performAfterCATransactionCommitsWithLegacyRunloopObserverBasedTiming:block:] + 396  
4   UIKitCore  
-[_UIViewControllerNullAnimationTransitionCoordinator _runAlongsideCompletionsAfterCommit] + 112  
5   UIKitCore  
-[UIWindow _setTraitCollectionChangeTransitionCoordinator:] + 68  
6   UIKitCore  
-[UIWindow _updateWindowTraitsAndNotify:] + 316  
7   UIKitCore  
-[_UITraitOverrides _setOverrideTraitCollection:defaultValueOverrides:] + 236  
8   UIKitCore  
-[_UITraitOverrides _setNSIntegerValue:forTraitToken:] + 296  
9   UIKitCore  
-[UIView(UserInterfaceStyle) setOverrideUserInterfaceStyle:] + 48  
10  HBuilder  
-[PGNativeUI setUiStyle:] + 392  
11  HBuilder  
-[PDRCoreFeature Execute:] + 288  
12  HBuilder  
-[PDRCoreApp handleCmds:] + 104  
13  HBuilder  
-[PDRCoreAppFrame webViewEnginde:didReceiveSyncScriptMessage:] + 108  
14  HBuilder  
-[H5WeexWebview handleMessage:withObject:] + 148  
15  HBuilder  
__28-[H5WeexWebview refreshWeex]_block_invoke + 60  
16  HBuilder  
-[WXSDKInstance(DCPlusBridge) execSync:] + 96  
17  HBuilder  
-[PlusWeexModule execSync:] + 60  
18  CoreFoundation  
___invoking___ + 148  
19  CoreFoundation  
-[NSInvocation invoke] + 428
2024-01-16 09:34 负责人:DCloud_iOS_WZT 分享
已邀请:
DCloud_iOS_WZT

DCloud_iOS_WZT

这个问题下个版本修复,setUiStyle先不要在app.vue内调用 去首页调

要回复问题请先登录注册