YuFuHao
YuFuHao
i am facing the same problem
@Override public boolean onTouchEvent(MotionEvent event) { int action = event.getAction(); switch (action) { case MotionEvent.ACTION_DOWN: return true; case MotionEvent.ACTION_MOVE: break; case MotionEvent.ACTION_UP: if (isReplenish) { break; } //hint文字模式 if (isHintMode)...
So did I
|| Still have problems
The new KeyboardListener still has this problem
设置了scrollController 可以自动刷新,但是会把最外层NestedScrollView的headerSliverBuilder里面的特性全给干掉了,全都浮在那里,不动了,包括 floatHeaderSlivers = true 这些,通通失效。整个 NestedScrollView 就丧失意义了...变成Column了
1.能加的都加或者只有NestedScrollView不加,NestedScrollView丧失特性,自动刷新功能ok。 2.只加NestedScrollView或者加NestedScrollView和EasyRefresh,NestedScrollView特性ok ,自动刷新功能失效。