mayurnile / web_smooth_scroll

GNU General Public License v3.0
18 stars 5 forks source link

Strange state with touch pad #6

Open xelarich opened 1 year ago

xelarich commented 1 year ago

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 1 year ago

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.