Bad scroll performance — Famo.us/Angular scrollview -


i'm experiencing bad scroll performance on mobile devices famo.us scrollview. i'm using famo.us/angular. here's code used:

<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 options set default. of famo.us demo videos show utterly smooth scroll. however, i'm unable translate practice. since, have not modified scrollview options , working off barebone template, wonder what's causing this.

even javascript code slow no content! check out demo. performance extremely bad , think need think twice before using it.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -