akvelon / flutter-code-editor

Flutter Code Editor is a multi-platform code editor supporting syntax highlighting, code blocks folding, autocompletion, read-only code blocks, hiding specific code blocks, themes, and more.
https://akvelon.com
Apache License 2.0
213 stars 54 forks source link

Horizontal scroll not working in ios #280

Open krishna-chl opened 2 months ago

krishna-chl commented 2 months ago

CodeField does not scroll horizontally on iOS. Check your example 02, you can scroll vertically but not horizontally. Works fine on Android though. How can i make it scrollable for ios?