同问这个是如何使用的,是在被打开的半屏小程序中使用,还是打开半屏小程序中使用。
请问onEmbeddedMiniProgramHeightChange如何使用?https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.onEmbeddedMiniProgramHeightChange.html 基础库3.3.3 我在onload生命周期添加了示例代码 然后有个按钮打开半屏小程序 好像没有反应
08-29我自己来回答这个问题吧! 最终的解决方案是在app.json文件中,添加"lazyCodeLoading": "requiredComponents"。
很久没有打开的项目,最近打开,模拟器中能正常显示,但是在手机(iOS和安装)上体验就报错,如何解决?很久没有打开的项目,最近打开,模拟器中能正常显示,但是在手机(iOS和安装)上体验就报错。 报错信息如下: SystemError (jsEnginScriptError) Object.defineProperty called on non-object TypeError: Object.defineProperty called on non-object at r.defineProperty (<anonymous>) at nf_init_Boolean (app-service.js:848:8) at nf_init (app-service.js:776:70) at $gwx (app-service.js:953:1) at Co (WASubContext.js:1:364874) at So.create (WASubContext.js:1:366292) at y.prepare (WASubContext.js:1:252659) at y._advancedCreate (WASubContext.js:1:253600) at y.createWithGenerics (WASubContext.js:1:257321) at qi (WASubContext.js:1:413261) 还有这样的报错: SystemError (jsEnginScriptError) null is not an object (evaluating 'c.template.createInstance') TypeError: null is not an object (evaluating 'c.template.createInstance') at (WASubContext.js:1:240691) at (WASubContext.js:1:242940) at Zi (WASubContext.js:1:399224) at us (WASubContext.js:1:407210) at create (WASubContext.js:1:446287) at (WASubContext.js:1:457645) at (WASubContext.js:1:423694) at (WASubContext.js:1:461549) at (WASubContext.js:1:423694) at (WASubContext.js:1:464638) at (WASubContext.js:1:423694) at or (WASubContext.js:1:465334) at (WASubContext.js:1:422798) at (WAServiceMainContext.js:1:410592) at emit (WAServiceMainContext.js:1:415736) at emit (native code) at (WAServiceMainContext.js:1:1527193) at (WAServiceMainContext.js:1:1095781) at (WAServiceMainContext.js:1:410691) at emit (WAServiceMainContext.js:1:415736) at (WAServiceMainContext.js:1:416783) at (WAServiceMainContext.js:1:407063) at emit (WAServiceMainContext.js:1:117221) at emit (native code) at emit (WAServiceMainContext.js:1:116840) at subscribeHandler (WAServiceMainContext.js:1:120326)
2023-07-31不行啊,这个开发工具老是崩溃,还特别卡~心塞
开发工具在 macOS Big Sur经常闪退?![图片]\ [图片]
2020-12-01v1.03.2011132卡的一批,卡得怀疑人生,mac big sur,升级之前也卡,但是还是能接受,现在完全接受不了
微信开发者工具 经常卡死[图片] 我个人觉得这个问题很严重:希望官方尽快处理,太拖项目进度。 开始编译几次没有问题,一会就有问题了
2020-11-16太难用了
Windows 下微信web开发者工具很卡[图片] 这个是电脑配置,微信web开发者工具真的很卡,一点一卡那种,简直受不了。这个不应该是我电脑配置的原因,已经卸载重装几次了,每次重装刚开始很OK,用10来分钟又开始了。连看wxml都卡的一批。。。 有什么解决办法么?
2020-11-16楼主你有找到解决办法吗?
m3u8音频直播流 getBackgroundAudioManager 播放不了- 代码段 var backgroundAudio = wx.getBackgroundAudioManager() playBack: function () { backgroundAudio.title = '直播流测试' backgroundAudio.epname = '此时此刻' backgroundAudio.singer = '不服' backgroundAudio.protocol = 'hls' backgroundAudio.coverImgUrl = 'http://y.gtimg.cn/music/photo_new/T002R300x300M000003rsKF44GyaSk.jpg' // 设置这个地址放不了 但是使用wx.createAudioContext可以播放 backgroundAudio.src = 'http://ihzlh.linker.cc/ihzlh/hnxt_ts01_1042.m3u8' // 设置这个地址可以播放 // backgroundAudio.src = 'http://ali.m.l.cztv.com/channels/lantian/audio08/128k.m3u8' backgroundAudio.play() }, -当前 Bug 的表现(可附上截图) 第一个地址播放报10001 为什么第一个流地址放不了。。。。
2019-10-25