Skip to content
Snippets Groups Projects
  1. Sep 12, 2023
  2. Sep 11, 2023
  3. Sep 10, 2023
  4. Sep 09, 2023
  5. Sep 08, 2023
    • Andrew Gunnerson's avatar
      touch_handler: Fix scroll up behavior on Firefox Android · 344a237a
      Andrew Gunnerson authored
      
      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: 3f317449.
      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: default avatarAndrew Gunnerson <accounts+github@chiller3.com>
      344a237a
  6. Sep 07, 2023
  7. Sep 06, 2023
  8. Sep 03, 2023
  9. Sep 01, 2023
  10. Aug 21, 2023
  11. Aug 18, 2023
  12. Aug 15, 2023
  13. Aug 14, 2023
  14. Aug 13, 2023
  15. Aug 11, 2023
  16. Aug 10, 2023
  17. Aug 08, 2023
  18. Aug 05, 2023
Loading