Skyline渲染模式下,微信小程序体验版,崩溃
小程序首页采用如下结构时,在华为mate40手机上运行崩溃闪退, 在sticky-header内容
下的元素有worklet函数来控制显示动画。 这个问题上周红米手机上也发生了,这周红米手机也没出现这种问题
<scroll-view type="nested" scroll-y>
<nested-scroll-header>
<sticky-section push-pinned-header="{{false}}">
<sticky-header offset-top="{{0}}">
</sticky-header>
</sticky-section>
</nested-scroll-header>
<nested-scroll-body></nested-scroll-body>
</scroll-view>