我在使用Famo.us scrollview
的移动设备上遇到了糟糕的滚动性能。我正在使用Famo.us/Angular
。这是使用的代码:
<fa-app>
<fa-scroll-view fa-pipe-from="eventHandler">
<fa-view ng-repeat="item in items" class="item">
<fa-surface fa-pipe-to="eventHandler" fa-background-color="'#FA5C4F'" fa-size="[undefined, true]">
<img ng-src="{{ item.src }}" />
</fa-surface>
</fa-view>
</fa-scroll-view>
</fa-app>
scrollview
选项设置为默认值。一些Famo.us演示视频显示完全平滑的滚动。但是,我无法将其转化为实践。因为,我没有修改任何scrollview
选项并使用准系统模板,我想知道是什么造成了这种情况。