Try to set android:descendantFocusability="blocksDescendants"
to the LinearLayout
inside NestedScrollView
. It works for me.
UPD: beware of using into the layout descendant elements like EditText
, which should take a focus: that elements will not take a focus. If you know how to solve this, please let us to know.