开发者工具暂不支持原生组件的渲染,可以预览到真机看看
skyline中内嵌channel-video?skyline中内嵌channel-video无效?,请问能不能使用channel-video?Nightly已升级,在真机是还无效?[图片][图片]
2023-08-10代码片段提供一下?
开发者工具Nightly 1.06.2308042 win32-x64 在Skyline模式报错?[图片]
2023-08-07Skyline 下 video 等原生组件在开发者工具上还未支持,可以先到真机上预览调试
使用skyline渲染引擎后video组件在开发者工具里报错?系统:windows 11 开发工具:[图片] [图片] 稳定版也是又这个问题 WAServiceMainContext.js?t=wechat&s=1691131398486&v=2.33.0:1 Cannot read property '_unprepared' of undefined(env: Windows,mp,1.06.2308032; lib: 2.33.0) t.<computed> @ WAServiceMainContext.js?t=wechat&s=1691131398486&v=2.33.0:1 flushBlocked @ VM734:1 unblock @ VM734:1 ls @ VM734:1 doInitRender @ VM734:1 initRender @ VM734:1 renderPage @ VM734:1 (anonymous) @ VM734:1 onPageReady @ VM734:1 us @ VM734:1 setDataReady @ VM734:1 c @ VM734:1 (anonymous) @ VM734:1 (anonymous) @ VM734:1 (anonymous) @ VM734:1 (anonymous) @ VM734:1 (anonymous) @ VM734:1 _privEmit @ VM734:1 emit @ VM734:1 (anonymous) @ VM734:1 _privEmit @ VM734:1 emit @ VM734:1 (anonymous) @ VM734:1 (anonymous) @ VM734:1 subscribeHandler @ VM734:1 (anonymous) @ WAServiceMainContext.js?t=wechat&s=1691131398486&v=2.33.0:1 publish @ WAServiceMainContext.js?t=wechat&s=1691131398486&v=2.33.0:1 (anonymous) @ WAServiceMainContext.js?t=wechat&s=1691131398486&v=2.33.0:1 (anonymous) @ WAServiceMainContext.js?t=wechat&s=1691131398486&v=2.33.0:1 Promise.then (async) o @ WAServiceMainContext.js?t=wechat&s=1691131398486&v=2.33.0:1 postMessageAsync @ WAServiceMainContext.js?t=wechat&s=1691131398486&v=2.33.0:1 L @ WAServiceMainContext.js?t=wechat&s=1691131398486&v=2.33.0:1 (anonymous) @ WAServiceMainContext.js?t=wechat&s=1691131398486&v=2.33.0:1 sr @ WAServiceMainContext.js?t=wechat&s=1691131398486&v=2.33.0:1 ur @ WAServiceMainContext.js?t=wechat&s=1691131398486&v=2.33.0:1 (anonymous) @ WAServiceMainContext.js?t=wechat&s=1691131398486&v=2.33.0:1 (anonymous) @ WAServiceMainContext.js?t=wechat&s=1691131398486&v=2.33.0:1 Nt.emit @ WAServiceMainContext.js?t=wechat&s=1691131398486&v=2.33.0:1 emit @ WAServiceMainContext.js?t=wechat&s=1691131398486&v=2.33.0:1 (anonymous) @ WAServiceMainContext.js?t=wechat&s=1691131398486&v=2.33.0:1 (anonymous) @ WAServiceMainContext.js?t=wechat&s=1691131398486&v=2.33.0:1 emit @ WAServiceMainContext.js?t=wechat&s=1691131398486&v=2.33.0:1 c @ VM211 asdebug.js:1 d @ VM211 asdebug.js:1 (anonymous) @ VM211 asdebug.js:1 g @ VM211 asdebug.js:1 p @ VM211 asdebug.js:1 (anonymous) @ VM211 asdebug.js:1 _ws.onmessage @ VM211 asdebug.js:1 WAServiceMainContext.js?t=wechat&s=1691131398486&v=2.33.0:1 TypeError: Cannot read property '_unprepared' of undefined at Function.c.prepare (<anonymous>:1:235723) at Function.b.prepare (<anonymous>:1:276546) at Function.b._advancedCreate (<anonymous>:1:279061) at c.createComponent (<anonymous>:1:297780) at wn (<anonymous>:1:668204) at wn (<anonymous>:1:668360) at wn (<anonymous>:1:668360) at wn (<anonymous>:1:668360) at wn (<anonymous>:1:668360) at wn (<anonymous>:1:668360)(env: Windows,mp,1.06.2308032; lib: 2.33.0)
2023-08-07是因为需要在点击回调里才能调用,你这里具体是想做成什么样的交互
worklet 从UI线程调回JS线程执行 openCustomerServiceChat 无效果Component({ options: { styleIsolation: "apply-shared", }, lifetimes: { attached() { }, }, methods: { handlePan(evt) { 'worklet'; if (evt.state === GestureState.CANCELLED) { wx.worklet.runOnJS(this.openChat.bind(this))(); } }, openChat() { wx.showToast({ title: '测试' }); wx.openCustomerServiceChat({ extInfo: { url: "https://work.weixin.qq.com/kfid/xxxxx" }, corpId: 'xxxxx', }); } } }); // skyline 模式下,调会JS线程执行openChat时,showToast 能正常运行,但是 openCustomerServiceChat 没有响应 // webview 模式下,直接给节点绑定click事件,openCustomerServiceChat 可以正常调用
2023-08-04预计下周的 3.0.1 发布
skyline下的截图组件怎么使用?有没有具体的文档,或示例代码? snapshot 截图组件。大多数小程序都会基于 canvas 实现自定义分享图的功能,但分享图的布局较复杂时,canvas 的方案实现成本会更大,而 Skyline 是具备对 WXML 子树截图的能力的,因此我们直接封装后开放出来,这样能复用更完善的 WXSS 能力,极大降低开发成本。
2023-08-04单边圆角还不支持,可换成 svg 替代
skyline渲染模式下,如何实现圆弧形状的单边框?正常webview渲染以下样式可以得到一个 { border-radius: 50%; border: 1px solid transparent; border-top-color: #ececec; [图片] 实际效果是一条直线 [图片]
2023-07-27预计这周或下周
Skyline模式下开发者工具什么时候支持glass-easel框架调试有没有时间计划?[图片]
2023-07-24skyline 无法看到效果可以对着文档排查下 https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/skyline/migration/#%E5%BF%AB%E6%8D%B7%E5%88%87%E6%8D%A2%E5%85%A5%E5%8F%A3 https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/skyline/migration/release.html
小程序后台无法配置最低版本?无版本选择项,如图[图片] 如上图,直接点击保存,会出来扫码确认的弹框,扫码确认后提示设置失败。 本来想使用是skyline做页面渲染的,但换了三台电脑,安装了微信开发者工具的多个最新版本,仍然无法看到效果,查资料说需要配置最低版本限制,但这儿也配不了,求指点。
2023-07-21ci 版本升级到最新看看
使用Skyline引擎开发页面,用miniprogram-ci上传后组件样式丢失小程序其中一个页面开启使用Skyline引擎开发,使用开发者工具本地预览和上传体验包时所有页面均正常展示;但是使用miniprogram-ci预览和上传体验包时,会导致开启Skyline渲染的页面内components组件样式丢失(页面样式正常,仅组件样式丢失),请问这是为什么? "miniprogram-ci": "1.2.3" setting: { es6: true, es7: true, minifyJS: true, minifyWXML: true, minifyWXSS: true, minify: true, codeProtect: false, autoPrefixWXSS: true, }
2023-07-11这个我们排期支持下,也可以关闭热重载,这样就不会手动点而是自动刷新
开发者工具skyline支不支持热更新?nightly1.06.2306022 skyline渲染模式下,不能热重载,现在在代码里改一个字就得点一次,崩溃。。。
2023-06-16