mayurnile/web_smooth_scroll

Strange state with touch pad

Opened this issue · 1 comments

#1 #

I've same problem on my Mac book pro macOS ventura

body: WebSmoothScroll(
        controller: _scrollController,
        child: SingleChildScrollView(
          physics: const NeverScrollableScrollPhysics(),
          controller: _scrollController,
          child: Column(

try to look this
https://drive.google.com/file/d/1tjzGC06ubsEA6mtR4mk2_vHE36Sadea1/view?usp=sharing

noersy commented

any news? actually, there is a pull sport trying to fix this #3
I tried it but instead, it made the scroll no longer smooth.