把代码里的 wx:for-items 改成 wx:for
radio-group在开发工具,真机调试,体验版,正式版都显示不正常[图片] 因本人小程序radio-group出现问题,特下载了radio官方示例代码到开发工具中,发现显示同样的错误,所有选项只有一个框。 而把调试基础库修改为2.33.0版本,显示是正常的。 [图片] 切换基础库版本,发现3.0.2就出现了这个错误。 这个版本应该比较长时间了,大家都没有遇到这个问题?是我什么地方设置或写法不对? 求赐教!!!
11-07暂不支持截原生组件
Snapshot支持截取live-pusher的画面吗?Snapshot支持截取live-pusher的画面吗?
11-04white-space: pre 不支持,这个用 flex 两端对齐也能实现?
Skyline能支持white-space:pre 吗?事情是这样的,我在webview页面里有个样式 [图片] 效果本来是这样子的: [图片] 然后跳转到skyline页面里,就变成这个样子了,应该是white-space:pre; [图片] 求求了,这是我项目中最后一个skyline页面了, 如果再不能实现的话,我就只能忍痛全部退回到webview了。 (心累)极其舍不得丢弃snapshot组件,才一直保留这个skyline页面的。
10-31这个我们修复下
skyline模式下<page-container>组件归属于不同页面也只能有一个?skyline模式下<page-container>组件 归属与不同页面也会提示 [图片]
10-24提供下复现路径,我们排查下
skyline下异步组件冷启动渲染报错?第一次冷启动打开页面会报错卡loading, 第二次打开页面就好了 报错信息 SystemError (exparserScriptError) FragmentBinding expect non-null node Error: FragmentBinding expect non-null node at r (WAServiceMainContext.js:1:229091) at (WAServiceMainContext.js:1:229223) at n (WAServiceMainContext.js:1:226962) at n (WAServiceMainContext.js:1:227050) at n (WAServiceMainContext.js:1:227050) at ze.forEachNodeInSpecificSlot (WAServiceMainContext.js:1:227093) at g (WAServiceMainContext.js:1:229131) at (WAServiceMainContext.js:1:230236) at Set.forEach (<anonymous>) at ze.insertChildComposed (WAServiceMainContext.js:1:230224) {type: "string", description: "SystemError (exparserScriptError)\nFragmentBinding expect non-null node\nError: FragmentBinding expect non-null node\nat r (WAServiceMainContext.js:1:229091)\nat (WAServiceMainContext.js:1:229223)\nat n (WAServiceMainContext.js:1:226962)\nat n (WAServiceMainContext.js:1:227050)\nat n (WAServiceMainContext.js:1:227050)\nat ze.forEachNodeInSpecificSlot (WAServiceMainContext.js:1:227093)\nat g (WAServiceMainContext.js:1:229131)\nat (WAServiceMainContext.js:1:230236)\n at Set.forEach (<anonymous>)\nat ze.insertChildComposed (WAServiceMainContext.js:1:230224)", value: "SystemError (exparserScriptError)\nFragmentBinding expect non-null node\nError: FragmentBinding expect non-null node\nat r (WAServiceMainContext.js:1:229091)\nat (WAServiceMainContext.js:1:229223)\nat n (WAServiceMainContext.js:1:226962)\nat n (WAServiceMainContext.js:1:227050)\nat n (WAServiceMainContext.js:1:227050)\nat ze.forEachNodeInSpecificSlot (WAServiceMainContext.js:1:227093)\nat g (WAServiceMainContext.js:1:229131)\nat (WAServiceMainContext.js:1:230236)\n at Set.forEach (<anonymous>)\nat ze.insertChildComposed (WAServiceMainContext.js:1:230224)"} [图片][图片] [图片]
10-24渲染延迟的问题目前是符合预期的,这里是兼容性跟性能的取舍,使用了 webview 来渲染 rich-text,性能问题我们后续尽量优化,但可预期性能是会差一点
skyline下rich-text组件mode="web"有些细节问题?基础库3.6.0 更新 组件 skyline 渲染模式下 rich-text 组件支持 mode = web 选项完全对齐 webview 渲染 这个功能实在是太需要了, 解决了skyline下rich-text无法渲染table标签的问题,但是有些细节问题 一、小米11, 澎湃OS 1.mode=web渲染延迟, 没有mode的先渲染出来了 [图片] 2.渲染时会出现黑色方块 [图片] 3.渲染后表格右侧边框被挡住不显示了 [图片] 4.第一次滚动页面下方不流畅会卡顿, 并且会显示纵向滚动条 [图片] 二、iphone 8 1.跟android一样渲染延迟 2.页面滚动时表格内部也会滚动导致底部被遮住一点 [图片] 3.打开多次后小程序闪退, 怀疑存在内存泄漏 代码片段: https://developers.weixin.qq.com/s/PxZuVvmH76Ug
09-27navigationBarTitleText 可以照常填上
对于微信小程序搜索优化问题咨询?对于官方给出的小程序页面接入效果优化建议https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html 对文章介绍的第四点, 小程序页面配置文件(app.json)建议保持完整和最新 a. title:建议每个页面设置清晰简洁的 navigationBarTitleText b. tabBar:建议每个tab页面设置清晰简洁的 pagePath、text 现在微信小程序引擎使用了skyline,由于 skyline 页面的 navigationStyle 是 custom,app.json 中的 window 配置 navigationStyle、navigationBarTextStyle、navigationBarTitleText、navigationBarBackgroundColor 是不生效的 那采用了skyline,是不是无法被微信小程序收录或者被搜索到?是不是只能用原生才可以呢?
09-26应该就直接加上 type=list
Taro的ScrollView怎么加type=list属性,Skyline需要这个属性?如题,求方案,搜不到相关的问题,定采纳
09-18PC 端还未支持 skyline
使用skyline引擎的都不支持PC版本的调试和预览吗?IDE的模拟器也没有支持?使用skyline引擎的都不支持PC版本的调试和预览吗? 选工具里的什么基础版本都没用,都是不支持的,运行就是让更新PC微信版本;可我的微信PC已经是最新了; IDE的模拟器也没有支持查看小程序的PC模式;文档说有PC模式,也看到有发布小程序是PC模式的; 请指教下。 [图片]
09-18预计下个版本修复
Skyline渲染video组件配置show-screen-lock-button属性无效?设置show-screen-lock-button与title都没有webview的效果
09-13