I try to add fa-start-index to my fa-scroll-view with multiple fa-surface inside the fa-view.
Then I notice several bugs:
When I start at the index and scroll to previous page (up) it "jumps" to the first view (scrolling down works fine).
When the scroll view reach to the top in some of the views (in the Plunker example views index 3, 4) the second surface content disappear and when I hit the top again it appears.
I try to add
fa-start-index
to myfa-scroll-view
with multiplefa-surface
inside thefa-view
. Then I notice several bugs:Example: http://plnkr.co/edit/1bdFer?p=preview
It is happens with famo.us version >= 0.3.0, at v0.2.2 it works fine