You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2025. It is now read-only.
Why it is needed
snapshotContentContainer 以及 useRenderInContext OHOS侧暂无对应接口实现
Possible implementation
snapshotContentContainer :如果为true并且view是一个ScrollView,那么将计算“内容容器”的高度而不是容器的高度,当前OHOS侧实现暂无法实现计算容器高度。
useRenderInContext :将iOS快照策略更改为使用方法renderInContext而不是drawViewHierarchyInRect,当前OHOS侧暂无对应接口实现。