CodeView-Android icon indicating copy to clipboard operation
CodeView-Android copied to clipboard

CodeView inside NestedScrollView scroll issue

Open Lesincs opened this issue 7 years ago • 0 comments

when I put the codeview in the nestedScrollView ,in the area of the codeview,the scroll of the nestedScrollView is not work,I guess it beacuse the codeview comsume the touchevent, so I override the onInterceptTouchEvent of the NestedScrollView, make it always return true,then its scroll works,but the codeView cant scroll hehorizontally... so how to make it work correct?

Lesincs avatar Apr 25 '18 08:04 Lesincs