njfewr
njfewr
How is this going now?
This approch might be a solution: ```rust let window = builder .decorations(false) .additional_browser_args("--enable-features=msWebView2EnableDraggableRegions --disable-features=OverscrollHistoryNavigation,msExperimentalScrolling") .build() ``` ```css [data-tauri-drag-region] { app-region: drag; } ```
https://github.com/MicrosoftEdge/WebView2Feedback/issues/2243#issuecomment-1448819425