pichillilorenzo / flutter_inappwebview

A Flutter plugin that allows you to add an inline webview, to use a headless webview, and to open an in-app browser window.
https://inappwebview.dev
Apache License 2.0
3.26k stars 1.6k forks source link

kScrollMultiplier should be configurable in Windows #2364

Open augustresende opened 2 hours ago

augustresende commented 2 hours ago

Is there an existing issue for this?

Current Behavior

The scroll is junky, scrolling large chunks of the page instead of smooth from default browser

Expected Behavior

Smoth scrolling, making this variable default as 1 (or even better, customizable), fixes the problem

Steps with code example to reproduce

N/A

Stacktrace/Logs

N/A

Flutter version

latest

Operating System, Device-specific and/or Tool

Windows 11 23H2

Plugin version

v6.1.5

Additional information

No response

Self grab

augustresende commented 2 hours ago

https://github.com/pichillilorenzo/flutter_inappwebview/blob/f67ae1f34868c7660c16a2473f53a7a7bfb6f784/flutter_inappwebview_windows/windows/in_app_webview/in_app_webview.cpp#L1792