darkokoa / datetime-wheel-picker

Wheel Date & Time Picker in Compose Multiplatform
109 stars 4 forks source link

Add support for drag event with mouse on wasmjs #26

Closed alcaann closed 2 months ago

alcaann commented 2 months ago

Scrolling works fine with wheel and touch events on wasmjs, but is not working with with drag and drop. Would be nice to be able to scroll clicking and dragging with the mouse also imo, since it is more precise than the mousewheel. Regards

darkokoa commented 2 months ago

Hi, I did a simple search and it seems to be because compose web doesn't support it yet.

https://github.com/JetBrains/compose-multiplatform/issues/3491