kbiakov / CodeView-Android

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How wrap code to next line?

Aditya94A opened this issue · comments

I need to put codeview in a scrolling element, but because of this issue I can't so I'm trying to figure out a workaround by disabling clickable on the codeview, but then I can't have code that isn't visible because it's off screen.

For me, it's okay if the code isn't clickable/scrollable/selectable. Is there a way to wrap code to the next line?

Need some time to investigation, stay tuned here: #27