You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, when you've scrolled to the bottom of a ScrollView, scrolling should now scroll the outer container which might be non-famous. This becomes tricky with nested Famous ScrollViews. Famous should detect when the outer container of a ScrollView is native, or another Famous ScrollView so it can behave accordingly (be it by event bubbling or whatever mechanism).
The bouncy effect at the end of the scrolling might need to be disabled in certain conditions for this to look nice. For example, flinging a ScrollView can show a bounce when the scroll reaches the end, but at that very moment if the user tries to continue scrolling in the same direction it should not have the elastic effect so that if the outer container is to be scrolled it will work nicely.
The text was updated successfully, but these errors were encountered:
For example, when you've scrolled to the bottom of a ScrollView, scrolling should now scroll the outer container which might be non-famous. This becomes tricky with nested Famous ScrollViews. Famous should detect when the outer container of a ScrollView is native, or another Famous ScrollView so it can behave accordingly (be it by event bubbling or whatever mechanism).
The bouncy effect at the end of the scrolling might need to be disabled in certain conditions for this to look nice. For example, flinging a ScrollView can show a bounce when the scroll reaches the end, but at that very moment if the user tries to continue scrolling in the same direction it should not have the elastic effect so that if the outer container is to be scrolled it will work nicely.
The text was updated successfully, but these errors were encountered: