climblee / uv-ui

uv-ui 破釜沉舟之兼容vue3+2、app、h5、小程序等多端基于uni-app和uView2.x的生态框架,支持单独导入,开箱即用,利剑出击。
MIT License
665 stars 33 forks source link

开启skyline 引擎渲染后 大部分组件失效 #85

Closed zcjunblog closed 3 months ago

zcjunblog commented 3 months ago
  1. webview引擎渲染下正常使用
  2. 开发工具开启skyline引擎渲染 uv-popup, uv-no-network, uv-datetime-picker测试失效 其余未测

开启skyline引擎渲染步骤: 1.在manifest.json添加 "lazyCodeLoading": "requiredComponents", "renderer": "skyline", "componentFramework": "glass-easel", "rendererOptions": { "skyline": { "defaultDisplayBlock": true } },

2.pages.json对应页面添加 { "path": "pages/index/index", "style": { "navigationStyle": "custom", "disableScroll": true } }, 3.开发工具勾选skyline引擎渲染

Lee1124 commented 3 months ago

不支持skyline