forms-gtk-progress icon indicating copy to clipboard operation
forms-gtk-progress copied to clipboard

Webview not working on Linux

Open Simon-Thompson opened this issue 5 years ago • 0 comments

Hi, I've created a simple test project with a main page that sets a webview browser as its content. On Windows, it works perfectly fine, but on Linux, I get the following error, and no webview is rendered: Gtk-CRITICAL **: 16:12:14.372: IA__gtk_container_add: assertion 'GTK_IS_WIDGET (widget)' failed

If I switch out the webview for any other kind of content, it runs fine. I followed the steps you describe in the faq and installed libwebkitgtk-dev, but no luck. I've also looked at your Movies sample project and reproduced the configuration for webview I saw there, to no luck.

Details:

  • Platform: Ubuntu 18.04
  • mono-devel 5.20.1.19
  • libgtk2.0 2.24.32
  • libwebkitgtk-dev 2.4.11

Simon-Thompson avatar Jun 13 '19 14:06 Simon-Thompson