dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

Does it still depend on WebView2 during installation after using native bundle?

Open osenberg-x opened this issue 3 months ago • 1 comments

Problem

Does it still depend on WebView2 during installation after using native bundle?

Steps To Reproduce

Steps to reproduce the behavior:

bundle: dx bundle --renderer native --package-types "nsis"

Expected behavior

Screenshots

Image

Environment:

  • Dioxus version: v0.7.1 main
  • Rust version: 1.91
  • OS info: windows 7
  • App platform: desktop native

osenberg-x avatar Nov 25 '25 09:11 osenberg-x

The native renderer doesn't use webview2, but our bundler currently always includes it. #4958 will change a significant chunk of the bundling system to move away from tauri-bundler which should make it easier to remove webview2 from the native installer

ealmloff avatar Nov 25 '25 19:11 ealmloff