BertrandBev / code_field

A customizable code text field supporting syntax highlighting
https://bertrandbev.github.io/code_field/
MIT License
232 stars 61 forks source link

Temporary fix for iOS horizontal scroll #91

Closed kubastick closed 6 months ago

kubastick commented 9 months ago

It appears that recent updates in Flutter have resulted in a malfunction of horizontal code scrolling on iOS. I've successfully applied a temporary solution to address this problem, and you can find the details in the following GitHub issue: https://github.com/flutter/flutter/issues/127017

The current issue manifests as the inability to perform horizontal scrolling:

https://github.com/BertrandBev/code_field/assets/25605091/7e630657-1344-4992-bba2-1a7b766512b3

After implementing the temporary fix, the desired behavior is restored:

https://github.com/BertrandBev/code_field/assets/25605091/e25fdddc-bf17-4084-9c15-661c3af953f3