Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for nestedScrollingEnabled attribute in VeilRecyclerFrameView #45

Open
waffiqaziz opened this issue Nov 10, 2024 · 1 comment
Open

Comments

@waffiqaziz
Copy link

Currently, the VeilRecyclerFrameView component from the AndroidVeil library does not support the nestedScrollingEnabled attribute. This limitation poses challenges when attempting to use the view in scenarios that involve nested scrolling, such as embedding it inside a NestedScrollView.

Expected Behavior:
When setting nestedScrollingEnabled to true or false on a VeilRecyclerFrameView:

  • The component should respect this attribute and support nested scrolling behavior accordingly.
  • This would allow smooth scrolling interactions when nested within parent scrollable views.

Actual Behavior:
The nestedScrollingEnabled attribute has no effect on VeilRecyclerFrameView.

Proposed Solution :
Add support for the nestedScrollingEnabled attribute within the VeilRecyclerFrameView component by implementing the necessary NestedScrollingChild interfaces or delegating scrolling behavior to an underlying RecyclerView with support for nested scrolling.

@waffiqaziz
Copy link
Author

I also relize VeilRecyclerFrameView also doesn support clipToPadding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant