aurelhubert / ahbottomnavigation

A library to reproduce the behavior of the Bottom Navigation guidelines from Material Design.
3.83k stars 682 forks source link

bottom navigation hide when scrolling and not show when scroll up #379

Open kenshinzz opened 6 years ago

kenshinzz commented 6 years ago

bottom navigation hide when scrolling and not show when scroll up ,I using nested recycler view

@aurelhubert

ika commented 5 years ago

I'm having the same problem. If there are only a few items in the RecyclerView, it is almost impossible to get ahbottomnavigation up again. The problem seems to be that it needs a longer pull down on the screen to get it up again. I am also using app:layout_scrollFlags="scroll|enterAlways" with my AppBarLayout Toolbar, and that works fine. It's much faster, and requires less pull on the screen to react.