webview_rust icon indicating copy to clipboard operation
webview_rust copied to clipboard

[wip] Rust Bindings to webview

Results 6 webview_rust issues
Sort by recently updated
recently updated
newest added

**What kind of change does this PR introduce?** (check at least one) This updates webview and also uses the static build of WebView2Loader instead of the dll on Windows. This...

**Is your feature request related to a problem? Please describe.** I need to - get real file path when "drop file" I want to - use custom drop area (e.g.:...

Follow-up of https://github.com/webview/webview/issues/54 In short, on Windows 10 (maybe 8 and 7, can't check), there is an option to use fractional resolutions for the interface (and all application), meaning that...

bug

**Is your feature request related to a problem? Please describe.** I prefer to build applications in Linux Docker containers for maximum automation, reproducibility, and build portability. That said, I still...

help wanted

**Describe the bug** Titles in the webview window are not showing up in macOS when running examples in this repo. **To Reproduce** Run the examples in a macOS machine. **Expected...

bug

Add lint attributes `#![warn(missing_doc)]` to enforce all public interfaces have documentations.