mng1dev/KeyboardRecyclerView

Soft Keyboard Support

Opened this issue · 0 comments

When utilizing a soft Keyboard, the behavior isn't as expected.

I'm utilizing the recycler view inside the standard bottom navigation view activity for one of the fragments and the onKeyListener is not triggering with my soft Keyboard input. This won't let me see which item is being looked at, but the default focusing allows me to move and scroll between list items and will only show the focused one when it is selected.