kbiakov / CodeView-Android

Display code with syntax highlighting :sparkles: in native way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeView inside NestedScrollView scroll issue

Lesincs opened this issue · comments

commented

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?