Skip to content

v0.71.24

Choose a tag to compare

@ulsklyc ulsklyc released this 12 Jun 15:18
· 96 commits to main since this release

Fixed

  • Dashboard scroll on Android no longer requires a tap before the first swipe: interactive cards (.today-cockpit-card, .dashboard-metric) were missing touch-action: pan-y, causing Chrome to enter tap/scroll disambiguation mode on the first touch. A preliminary tap was needed to activate the scroll context. All dashboard interactive items now declare touch-action: pan-y consistently, so the first swipe scrolls immediately.