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 [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Hello, Looks like the project its dead and not supported anymore. There are issues stacked without response for over 8 months. Maybe we can talk and co-operate to make a...

Does it build for Android / iOS?

Is it possible to use this crate in headless mode, for example in a docker container?

I think there's a bug in Webkit 15, but I'm reporting it here anyways since I haven't had a chance to try a go/c++ app. If you hover over an...

I'm trying to obtain the full filepath when selecting the "Browse" button on a input[type="file"] element in my webview application. I know that browsers by default don't allow web apps...

We're working on a new Internet protocol @syvita and a new browser to build upon it we're calling Reach. We're gonna be using something like this to display the actual...

Hello, I was previously using webview and am looking into a rust binding. In my previous application I was able to pass a response back to my javascript using the...

How would one keep cookies between sessions? EDIT: I can save them using the localStorage, but they won't get loaded at the next webpage load.

I am new in using this module, but till i know when i use the `.run()` it returns a result after the window is terminated. But can we assign any...