Flutter Web scrollwheel scrolls in slow steps on Firefox

482

You can use the https://pub.dev/packages/smooth_scroll_web package and if you want a draggable scrollbar you can use the Cupertino Scrollbar.

Share:
482
Ali Kortak
Author by

Ali Kortak

Updated on December 26, 2022

Comments

  • Ali Kortak
    Ali Kortak over 1 year

    Websites that are programmed with Flutter Web seem to have an issue when scrolling with the scrollwheel on the browser Firefox. Scrolling up and down with the scrollwheel does very small steps which gives a bad user experience. I tested this issue on alot of browser it only appears on Firefox. I also tested it on a bunch of different websites they all have the same problem. My website is https://alikortak.de if you want to try it yourself. Does anyone know how to fix this?