胖胖不太胖
胖胖不太胖
  • 发布:2022-02-08 09:42
  • 更新:2022-02-08 10:02
  • 阅读:395

在真机运行出现白屏,编译成H5可以运行

分类:uni-app

项目在打包成H5正常运行,测试浏览器也可以运行,但是真机模拟APP的时候,会出现白屏,白屏原因如下:

reportJSException >>>> exception function:createInstanceContext, exception:white screen cause create instanceContext failed,check js stack ->Uncaught TypeError: Cannot read property 'match' of undefined

着急在线等

2022-02-08 09:42 负责人:无 分享
已邀请:
DCloud_uni-ad_HDX

DCloud_uni-ad_HDX

从错误上看是正则的错误,发个安装包出来

  • 胖胖不太胖 (作者)

    嗯呢,这边已经解决了。是正则编写错误 谢谢

    2022-02-08 10:20

  • w***@sandisolarplus.com

    回复 胖胖不太胖: 正则的错误,reportJSException >>>> exception function:WEEX_CALL_JAVASCRIPT, exception:JavaScript execute error!Uncaught TypeError: Cannot read property 'evalJS' of undefined

    at eval (<anonymous>:37:12)

    这个代码吗

    initWebviewAuth() {

    const currentWebview = this.$scope.$getAppWebview();

    setTimeout(() => {

    const params = {

    webviewUsedData: this.webviewUsedData,

    };

    wv = currentWebview.children()[0];

    wv.evalJS(initAuth('${JSON.stringify(params)}'));

    }, 5000);

    },

    楼主帮忙看看

    RangeError: Maximum call stack size exceeded

    10:15:04.812 [JS Framework] Failed to execute the callback function:

    TypeError: Cannot read property 'evalJS' of undefined

    2023-10-16 10:24

  • 胖胖不太胖 (作者)

    回复 w***@sandisolarplus.com: 不好意思 ,刚看到

    2023-11-03 10:42

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