aSurgingRiver / WebView

Efficient UE browser uses CEF open source kernel; When the frame rate is 60 per second and the resolution is 4K, a single GPU is rendered, and the UE and browser will not lose frames. 8K frame rate does not decrease under multi GPU binding.
295 stars 80 forks source link

你好dalao,我通过我的vue调用webview中的jstoue.js文件出现个参数未定义错误,我个人能力不足以解决这个问题,下面是vue报错 #4

Closed yellowimg closed 8 months ago

yellowimg commented 2 years ago

Uncaught ReferenceError: ue is not defined at eval (ue4WebUI.js?2e9e:9:1) at Module../src/ue4/ue4WebUI.js (app.js:2087:1) at webpack_require (app.js:849:30) at fn (app.js:151:20) at eval (main.js:20:72) at Module../src/main.js (app.js:2015:1) at webpack_require (app.js:849:30) at fn (app.js:151:20) at Object.1 (app.js:2184:18) at __webpack_require__ (app.js:849:30)

这个ue4WebUI是使用jsToUe.js中的方法的

aSurgingRiver commented 2 years ago

以上的错误描述是 ue没有被定义。 出现这种情况可能是html页面中没有引用 jstoue.js 脚本. 可以看插件中的 samples.html 如何使用的。

在 2022-02-28 15:12:38,"yellowimg" @.***> 写道:

Uncaught ReferenceError: ue is not defined at eval (ue4WebUI.js?2e9e:9:1) at Module../src/ue4/ue4WebUI.js (app.js:2087:1) at webpack_require (app.js:849:30) at fn (app.js:151:20) at eval (main.js:20:72) at Module../src/main.js (app.js:2015:1) at webpack_require (app.js:849:30) at fn (app.js:151:20) at Object.1 (app.js:2184:18) at webpack_require (app.js:849:30)

这个ue4WebUI是使用jsToUe.js中的方法的

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you are subscribed to this thread.Message ID: @.***>