Famous/famous-angular

Way to allow native scrolling for certain elements/areas?

5inline opened this issue · 3 comments

Is there a way to disable the Famo.us override of all touch events for specific elements?

For example, I have an image displayed that is larger than the container element with an overflow:scroll parameter. I want to be able to pan the image within the container element, and using the native functionality would be much easier to rolling my own event handler.

No there is not, but it should be pretty easy to add only a single element to a Scrollview.

That would only scroll in one direction, correct?

I'm browsing the source code, and don't see an obvious way to allow scrolling in both horizontal and vertical.

The current scroll-view will only move in one direction at a time, correct.