jsuarezruiz / forms-gtk-progress

Xamarin.Forms GTK Backend Progress
MIT License
191 stars 8 forks source link

Webview not working on Linux #20

Open Simon-Thompson opened 5 years ago

Simon-Thompson commented 5 years ago

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: