nicbarker / clay

High performance UI layout library in C.
https://nicbarker.com/clay
zlib License
1.29k stars 31 forks source link

[Bug] Touch scrolling disabled on official website example #40

Closed johan0A closed 1 month ago

johan0A commented 1 month ago

Scrolling does not work on the clay site on the android version of firefox and chrome. Trying to swipe up to scroll simply does nothing.

android 14 chrome 129.0.6668.82 firefox 131.0.2

SogoCZE commented 1 month ago

This is also broken on iOS (chrome and safari).

nicbarker commented 1 month ago

Thanks for reporting this one, silly mistake on my part. Fixed with a tiny one liner here: https://github.com/nicbarker/clay/commit/4ce3105f588310fd09143a2c831eda48f07dbbc5 Going to put in some automated testing at some point to catch this kind of thing 😅

SogoCZE commented 1 month ago

Tested on iOS chrome and its working now!