## Why it is needed snapshotContentContainer 以及 useRenderInContext OHOS侧暂无对应接口实现 ## Possible implementation snapshotContentContainer :如果为true并且view是一个ScrollView,那么将计算“内容容器”的高度而不是容器的高度,当前OHOS侧实现暂无法实现计算容器高度。 useRenderInContext :将iOS快照策略更改为使用方法renderInContext而不是drawViewHierarchyInRect,当前OHOS侧暂无对应接口实现。
Why it is needed
snapshotContentContainer 以及 useRenderInContext OHOS侧暂无对应接口实现
Possible implementation
snapshotContentContainer :如果为true并且view是一个ScrollView,那么将计算“内容容器”的高度而不是容器的高度,当前OHOS侧实现暂无法实现计算容器高度。
useRenderInContext :将iOS快照策略更改为使用方法renderInContext而不是drawViewHierarchyInRect,当前OHOS侧暂无对应接口实现。