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

Fab is not showing when scroll completes #110

Open
ukik opened this issue Feb 1, 2020 · 1 comment
Open

Fab is not showing when scroll completes #110

ukik opened this issue Feb 1, 2020 · 1 comment
Labels

Comments

@ukik
Copy link

ukik commented Feb 1, 2020

if i use hideOnSwipeOfView="userList", i want fab show when scroll reaches bottom.

@bradmartin
Copy link
Collaborator

so the current implementation hides on swipe and then shows in the reverse direction.

Something like you're suggesting would be a new feature, it would be possible tho.

I'd prob test it out locally by doing my own animation by grabbing the listview instance you're referencing and when you load the very last item in the list (should be at the bottom), trigger your show animation.

To make this possible in the plugin itself, would require a few changes be made... just some quick thinking, we would need a new property on the FAB to KNOW if the user wants to show when the listview is at the bottom. So again, it is possible to do this in the plugin but it might be simpler for now for you to not use the built in animation effect and just do your own since you control the listview at this point and the plugin has no knowledge of it.

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

No branches or pull requests

2 participants