How to prevent this in Windows Edge Webview? #1359
-
Screen.Recording.2024-09-09.205751.mp4I understand this is default behavior of Edge WebView, do you think this is possible? |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Sep 9, 2024
Replies: 1 comment 6 replies
-
It's not the same question, but the answer should apply the same: tauri-apps/tauri#5958 For webview2 specifically you can also set the |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
vednig
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not the same question, but the answer should apply the same: tauri-apps/tauri#5958
For webview2 specifically you can also set the
--disable-features=ElasticOverscroll
via https://docs.rs/wry/latest/x86_64-pc-windows-msvc/wry/struct.WebViewBuilder.html#method.with_additional_browser_args - can't remember if macos/linux even have the same issue so maybe this native-ish solution is enough.