emilsjolander / android-FlipView

A small, easy to use android library for implementing flipping between views as seen in the popular Flipboard application
Apache License 2.0
924 stars 273 forks source link

Scroll after Flip #15

Closed JackDanyels closed 11 years ago

JackDanyels commented 11 years ago

First of all, great library!

what I'm up to is to start to scroll after flipping once. For this reason i implemented a ScrollView for the second Page. I disabled the FlipViews touchevent methods and when i start to swipe over the display a scrollbar becomes visible. Unfortunenately the view does not scroll corresponding. It might be an issue with the view-hierachy, any idea?

Greetings from germany,

JackDanyels

JackDanyels commented 11 years ago

All right, nevermind my question I was able to fix the issue. I assume, that when the FlipView is locked, it seems that the ScrollView is being brought to front. In this case there was no Layout wrapping the ScrollView which caused the View not to scroll!!