miniflux-v2/internal/ui/static/js
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
..
.jshintrc Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
app.js Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
bootstrap.js Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
dom_helper.js Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
keyboard_handler.js Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
modal_handler.js Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
request_builder.js Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
service_worker.js Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
touch_handler.js touch_handler: Fix scroll up behavior on Firefox Android 2023-09-08 15:59:57 -07:00