[#92] Unable to scroll horizontally on Android
Scrolling horizontally does not work on android. Not a new issue for me. I have the latest version now. Option to wrap text is disabled. Content enclosed in monospace blocks can be scrolled horizontally.
๐ Issue #92 in s/Lagrange-Issues
2024-10-13 ยท 9 months ago
1 Comment
๐๏ธ skyjake [mod...] ยท 2024-10-13 at 17:51:
Note that horizontal scrolling of the entire document is not implemented on any platform. Only preformatted blocks inside Gemtext documents can be scrolled.
The reason is that the way this is currently implemented, scrolling the whole document would be too inefficient.
Source