mpx skyline skill#2540
Open
wenwenhua wants to merge 36 commits into
Open
Conversation
…o feat-mpx-skyline-skill-cwy
…o feat-mpx-skyline-skill-cwy
hiyuki
reviewed
Jul 9, 2026
| @@ -0,0 +1,458 @@ | |||
| # Skyline WXSS 样式能力参考 | |||
|
|
|||
| Skyline 渲染引擎 CSS 支持范围与 WebView 有所不同。本文档说明 Skyline 下的样式能力支持情况与属性差异。 | |||
Collaborator
There was a problem hiding this comment.
看上去大部分支持样式都与w3c标准一致,与w3c标准一致的样式能力简要说明即可,无需展开介绍,重点介绍和w3c标准不一致的部分
hiyuki
reviewed
Jul 9, 2026
| @@ -0,0 +1,754 @@ | |||
| # Skyline 基础组件支持与差异参考 | |||
Collaborator
There was a problem hiding this comment.
感觉不需要,这里很多skyline特有的特性无法跨端使用,且公网上都有相关资料
hiyuki
reviewed
Jul 9, 2026
| @@ -0,0 +1,1629 @@ | |||
| # WebView → Skyline 适配改造最佳实践 | |||
Collaborator
There was a problem hiding this comment.
这个文件应该是核心,但是单个文件太大了,按类别拆几个文件出来吧
hiyuki
reviewed
Jul 9, 2026
| - [worklet.scrollViewContext:必须通过 ref 获取](#workletscrollviewcontext必须通过-ref-获取) | ||
| - [worklet.scrollViewContext.scrollTo:调用函数必须声明 'worklet' 指令](#workletscrollviewcontextscrollto调用函数必须声明-worklet-指令) | ||
| - [DraggableSheetContext:size 和 pixels 不可同时传入](#draggablesheetcontextsize-和-pixels-不可同时传入) | ||
| - [Worklet 动画适配](#worklet-动画适配) |
hiyuki
reviewed
Jul 9, 2026
| - [movable-area / movable-view 替代方案](#movable-area--movable-view-替代方案) | ||
| - [wxs 跨包引用错误](#wxs-跨包引用错误typeerror-rwxsstringify4ccc0480-is-not-a-function) | ||
| - [SVG 在 Skyline 下的限制与适配](#svg-在-skyline-下的限制与适配) | ||
| - [性能优化](#性能优化) |
hiyuki
reviewed
Jul 9, 2026
| - [list-view / grid-view 适配](#list-view--grid-view-适配) | ||
| - [嵌套滚动适配](#嵌套滚动适配) | ||
| - [navigator 嵌套限制](#navigator-嵌套限制) | ||
| - [Scroll API 适配](#scroll-api-适配) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.