miniflux-v2/internal/ui/static
Andrew Gunnerson 344a237af8 touch_handler: Fix scroll up behavior on Firefox Android
When the touchmove listener is registered with passive: false, scrolling
up on Firefox Android only works every other attempt. When scrolling
breaks, the touchmove callback is never invoked.

The passive flag was originally set to false as part of a fix to prevent
vertical scrolling while swiping: 3f31744911.
Setting passive to true doesn't seem to negatively affect that in both
Firefox and Chrome, but fixes the scoll up behavior on Firefox.

Fixes: #2053

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
2023-09-08 15:59:57 -07:00
..
bin Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
css Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
js touch_handler: Fix scroll up behavior on Firefox Android 2023-09-08 15:59:57 -07:00
static.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00