Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
599 views
in Technique[技术] by (71.8m points)

关于android 集成weex 加载js 时报ReferenceError: window is not defined

图片描述如题将.we 文件npm run build 后将js拷贝到android asset文件下面,按照官方的集成步骤运行android studio 页面空白 控制台报
04-11 11:48:50.946 3321-3345/com.weex.sample E/jsengine: ReportException :undefined:2212: ReferenceError: window is not defined
04-11 11:48:50.949 3321-3345/com.weex.sample E/jsengine: ReportException : ReferenceError: window is not defined

                     at Object.exports.getBaseUrl (eval at Cn ((weex):2:4300), <anonymous>:2212:21)
                     at Yt.created (eval at Cn ((weex):2:4300), <anonymous>:104:26)
                     at (weex):1:27665
                     at Array.forEach (native)
                     at Yt.zt [as $emit] ((weex):1:27643)
                     at new Yt ((weex):1:29107)
                     at ln ((weex):2:98)
                     at a ((weex):2:2870)
                     at Object.module.exports.type (eval at Cn ((weex):2:4300), <anonymous>:67:2)
                     at __webpack_require__ (eval at Cn ((weex):2:4300), <anonymous>:26:30)

04-11 11:48:50.950 3321-3345/com.weex.sample E/weex: reportJSException >>>> instanceId:2, exception function:createInstance, exception:ReferenceError: window is not defined


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

在原生层面window对象不支持


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

57.0k users

...