mirror of
https://github.com/miniflux/v2.git
synced 2025-09-30 19:22:11 +00:00
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:
|
||
|---|---|---|
| .. | ||
| .jshintrc | ||
| app.js | ||
| bootstrap.js | ||
| dom_helper.js | ||
| keyboard_handler.js | ||
| modal_handler.js | ||
| request_builder.js | ||
| service_worker.js | ||
| touch_handler.js | ||