开发者工具新版本修复了
报一个bug工具升级Nightly 1.06.2306072之后使用skyline渲染的页面将无法运行,一直报错。[图片] 代码未做任何处理,开发工具版本退回 Nightly 1.06.2306022 即可正常运行
2023-06-16这些是内置组件的,可以先忽略
小程序开发使用skyline渲染,页面提示unsupported 信息,请问怎么解决?[图片]
2023-06-16是该插件未适配,已转给腾讯地图团队
skyline模式现在不支持插件?腾讯地图的城市选择器插件 [图片][图片]
2023-06-06检查一下配置上是不是有 renderer: skyline,有的话同级加上 "componentFramework": "glass-easel" 详见文档:https://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/glass-easel/migration.html
命令行预览报错-80426,但在开发者工具里预览就正常?开发者工具使用命令行预览时会报错: message: `Error: 错误 Error: 系统错误,错误码:-80426,Component 'page/xxx/' is marked skyline compatible but not glass-easel compatible. Make sure it is ready for glass-easel and add { "componentFramework": "glass-easel" } in component configuration. [20230531 19:30:15][undefined]\n` + 但是在开发者工具里点击预览,是正常可以预览成功的
2023-06-01skyline 页面需要配置上 glass-easel https://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/glass-easel/migration.html
上传不了代码,包-80426?Error: 上传失败:网络请求错误 系统错误,错误码:-80426,Component 'components/navigation-bar/navigation-bar' is marked skyline compatible but not glass-easel compatible. Make sure it is ready for glass-easel and add { "componentFramework": "glass-easel" } in component configuration. [20230531 16:14:59]
2023-05-31scroll-view 要给高度,加个 height: 100vh 试试
skyline模式下用scroll-view的custom无法进行滑动是什么问题?<scroll-view type="custom" scroll-y="true" show-scrollbar="{{true}}" scroll-into-view="{{intoView}}" class="scroll-view" bindscrolltolower="bindscrolltolower" style="margin-top: {{menuTop}}px;" > <grid-view type="masonry" cross-axis-count="{{crossAxisCount}}" cross-axis-gap="{{crossAxisGap}}" main-axis-gap="{{mainAxisGap}}"> <view wx:for="{{list}}" class="grid-box"> <image src="{{item.image_url}}" mode="widthFix" binderror="binderror"></image> <view class="content-box"> <text>这里的风景好美~</text> <view class="profile-text"> <view class="left"> <image class="icon" src="https://res.wx.qq.com/op_res/lS41C5Xp6y6mfUbelCW8PArEcMwWRuhSohPO46vAiELbhAf56_CwONEDgM2vIVxOlT5KDcSxCkV8xIJ6cg3x2Q"></image> <text>binnie</text> </view> <view class="right"> <image class="icon-collection" src="https://res.wx.qq.com/community/dist/community/images/disagree_icon_fab2b7.svg"></image> <text>666</text> </view> </view> </view> </view> </grid-view> </scroll-view> 代码片段如下: https://developers.weixin.qq.com/s/xUAMS9mv7OIz
2023-05-15如果是 tabbar 页跳转过去的话,目前还未支持
skyline真机预览时没有share-element动画效果?手机渲染模式已经切换了
2023-05-15Skyline 还不支持真机调试
skyline模式小程序预览没问题,但是真机调试的时候一直转圈?开发者工具版本是nightly1.06.2304272[图片][图片]
2023-05-04看看现在是否还有问题
小程序助手渲染异常如下图,打开小程序助手,出现了异常。并且删除重进依然不能恢复 [图片]
2023-04-28小程序助手就是 skyline,同程酒店相册页、选择入住人等等都是 1、适配问题应该是默认为 flex 引起,切到 block 布局会好很多 https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/skyline/wxss.html#%E5%BC%80%E5%90%AF%E9%BB%98%E8%AE%A4Block%E5%B8%83%E5%B1%80 2、现在默认是 webview,要在 we分析配实验 https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/skyline/migration/#%E9%85%8D%E7%BD%AE-We-%E5%88%86%E6%9E%90-AB-%E5%AE%9E%E9%AA%8C 3、swiper 套 scroll-view、闪屏具体是怎样,提供视频和代码片段看看 [图片] 可加入 Skyline 官方交流群,方便直接沟通问题
Skyline真的有同学用这个上线了吗?个人碰到问题,开了skyline 开发工具CPU吃满,大项目非常卡顿,swiper套scroll-view左右上下滑动方向经常误判(webview没问题),previewImage闪屏,skyline切换到webview也可能闪屏,另外就是必须也适配webview,这两者区别极大,还有标志了skyline渲染的页面,微信auto居然用webview,这样还不如允许开发者标志了skyline就只用skyline渲染,不支持的低版本微信让用户升级,这么多问题,还是冰山一角,Skyline真的有同学用这个上线了吗?
2023-04-05