Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 WebKit2Gtk-rs 在 Rust 中制作 Webkit2gtk 浏览器。当 WebView 尝试进入全屏时,它会使整个应用程序全屏,包括 webview 之外的内容。应用程序截图
我正在做的是创建一个 GTK 框,然后将两个 Gtk 按钮以及 Webkit2Gtk WebView 填充到其中。主窗口 -> Gtk 框 -> Button1、Button2、WebView。我只想要一个元素,WebView 去全屏。
相关文件的源代码可以在这里找到。