web-view icon indicating copy to clipboard operation
web-view copied to clipboard

Rust bindings for webview, a tiny cross-platform library to render web-based GUIs for desktop applications

Results 100 web-view issues
Sort by recently updated
recently updated
newest added

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies
javascript

**My system** Ubuntu 21.04 **What I'm trying to do** I actually don't need two open simultaneously, but that would also work. I want to be able to close the first...

It would be nice if you could intercept and handle the window buttons so you can do things like confirm, show save progress while closing, or save window position -...

rustc 1.53.0-nightly, web-view = "0.7.3" alert(), confirm(), and console.log() extremely slow and distorted on Ubuntu 20.04. In the image below the alert box is the long distorted white rectangle in...

I've tried reinstalling the dependencies with cargo clean but it gives the same error, [message (5).txt](https://github.com/Boscop/web-view/files/8880424/message.5.txt)

I'm not sure if it's the problem, but it looks like iframes don't get rendered. I can't be sure because there is no DevTools but I see that iframes aren't...

Using box-shadow with the default browser engine on windows ( MSHTML ) results in a wrongly/badly displayed element. I was not able to see or reproduce such an issue in...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Hi, I'm trying to build a hello world level app using web-view. Builds perfectly on amd64 Linux. On the aarch64 apple m1, I'm running into issues even building. I did...

Windows has MSHTML, EdgeHTML and new addition WebView2 (Chromium based Edge): - https://github.com/MicrosoftEdge/WebView2Samples/tree/master/WebView2APISample - https://docs.microsoft.com/en-us/microsoft-edge/hosting/webview2/gettingstarted I think MSHTML and EdgeHTML are both not sufficient these days, but WebView2 could make...