webkit2gtk-rs icon indicating copy to clipboard operation
webkit2gtk-rs copied to clipboard

WebKit2 bindings and wrappers for Rust

Results 13 webkit2gtk-rs issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

[This blog post](https://blogs.gnome.org/alexm/2021/03/13/reinventing-tabs/) has got me wanting to port [my WebKit-powered browser project](https://github.com/Dirout/oku) over to GTK4-rs, as I'm seeking to replacing my implementation of tabs with the Libadwaita widget. This...

Bump the gtk-rs version to 0.17

The 0.15 series is the last to work with the 2018 edition, which some of us will have to stay on for a while... In webkit2gtk-sys 0.15.1, `lib.rs` has the...

Plethora of issues: https://gtk-rs.org/webkit2gtk-rs/webkit2gtk/index.html is 1. Out of date (it says 0.5.0) 2. Says that `webkit2gtk::WebViewExt` exists (it doesn't!) and that is the one in the readme! https://docs.rs/webkit2gtk/0.14.0/webkit2gtk/index.html is 1....

`JavascriptResult::get_global_context` and `JavascriptResult::get_value` are deprecated, but don't specify what should be used instead. Would appreciate some guidance.

I hit exactly the same issue in this comment https://github.com/gtk-rs/webkit2gtk-rs/issues/4#issuecomment-313803594, is there any updates for windows support?

> Not sure why it was decided to go this way. I think master is used to have the git version of every gtk dependencies and of course the latest...

In glade, I added a WebKitWebView, then I want to get this object in my code: ``` let builder = gtk::Builder::new_from_resource("/im/idlesong/handybox/window.ui"); let widget: gtk::ApplicationWindow = builder.get_object("window").expect("Failed to find the window...

Build aborts with 525 errors, but at least all dependencies are retrieved now!