miniflux-v2/internal
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
..
api Rename internal url package to avoid overlap with net/url 2023-08-13 19:57:04 -07:00
cli Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
config Add factor for entry_frequency scheduler 2023-08-31 20:27:09 -07:00
crypto Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
database Add Shaarli integration 2023-08-13 18:51:50 -07:00
errors Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
fever Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
googlereader Fix Pocket integration redirect URL and Google Reader API HREF. 2023-08-31 20:37:29 -07:00
http Add OAuth2 PKCE support 2023-09-02 22:11:47 -07:00
integration Use stdlib HTTP client for third-party integrations 2023-08-14 21:49:02 -07:00
locale Use stdlib HTTP client for third-party integrations 2023-08-14 21:49:02 -07:00
logger Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
metric Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
model Add OAuth2 PKCE support 2023-09-02 22:11:47 -07:00
oauth2 Add OAuth2 PKCE support 2023-09-02 22:11:47 -07:00
proxy Rename internal url package to avoid overlap with net/url 2023-08-13 19:57:04 -07:00
reader Add replace_title write rule to adjust entry titles 2023-09-06 20:09:54 -07:00
storage Add OAuth2 PKCE support 2023-09-02 22:11:47 -07:00
systemd Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
template Rename internal url package to avoid overlap with net/url 2023-08-13 19:57:04 -07:00
tests Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
timer Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
timezone Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
ui touch_handler: Fix scroll up behavior on Firefox Android 2023-09-08 15:59:57 -07:00
urllib Rename internal url package to avoid overlap with net/url 2023-08-13 19:57:04 -07:00
validator Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
version Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
worker Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00