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

Would it be possible to use this library to get screenshots of web-pages.

Whenever I get redirected browsing the page I'd like (having to login via Google Auth), the `external` becomes undefined and I'm unable to send data back to Rust. I'm trying...

Hi, I'd expand on #46 with a request to add intercepting capability to the solution. For me the use case is capturing the OAuth2 redirect and apparently someone else [does...

I am not sure if this is something that is supported, or if I am missing something, but after setting up an .invoke_handler(), and then running .set_html() from inside of...

Is it possible to get some results from `external.invoke()` run? I need to check some value in Rust and return a result back to JS.

When I drag the window around, my callbacks issued through the `Handle` don't get called. This does **not** happen with the IE backend (without the "edge" feature). From my very...

Has any consideration been given to the possibility of adding a binding for the webview bind function similar to the one for go? For example, in go it is possible...

Hi All, while running cargo run, I am getting this error in src/main.rs for Result::unwrap() Can someone suggest what to do in this case. I am running the Linux VM...

I'm recently building an [electric piano](https://github.com/AlienKevin/music-synthesizer-webview) in Elm and want to port it to desktop because of keyboard latencies. With web-view the piano is much more responsive but I can...

Safari has in built security restrictions which stops the data blobs from accessing the localStorage and/or calling the indexedDB functions. You can use the following repo to test replicate this...