Skip to content

v0.3.6

Choose a tag to compare

@IhsenBouallegue IhsenBouallegue released this 14 May 11:36
· 32 commits to main since this release

Fix

Widget container now derives touch-action from the gesture config's slide orientation:

  • horizontal slide → pan-y (vertical scroll still works, horizontal drag captured)
  • vertical slide → pan-x
  • tap/hold only → manipulation
  • edit mode → none (grid drag retains full control)

Fixes horizontal sliders on widgets (brightness, volume, cover position) being canceled mid-gesture on mobile, where browser-native page scroll was hijacking the touch.