-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[GTK] WebView not working #3571
Comments
Any update on this? I'm experiencing the same issue. Only error thrown by the app is: Works fine on Windows, but fails on Linux. Version of Xamarin.Forms is 4.0.30319, testing platform is Ubuntu 18.04 |
Any update on this? I got same issue. |
@chris208, haven't heard from the Xamarin folks about this since posting last year =[ |
@chris208 - This error I get when compiling on Windows and running on Linux. If the code is compiled on Linux with MonoDevelop there is no such error message, but the WebView isn't shown anyway. The WebView is visible only on the Windows platform, other controls are shown on both Windows and Linux. |
@martinstoeckli Did you have a solution for this issue? I am struggling with it on Mac OS too. Actually, I was creating an extension for Visual Studio For Mac. It only contains a simple dialog with a Webview control. However, the Webview control is failed to render. Other controls (label, button, etc) work fine. |
@thongnm - I didn't try since, waiting for DotNet5 to come out before I make another attempt. |
Has there been any progress on this issue? I am looking to host a WebGL page in a XForms app on Linux... This doesn't even seem to be an option on GTK# for Windows, since the browser engine is I.E. at least when the GTK-app is .Net Framework 4.8. |
Taking into consideration the remaining lifetime of Xamarin.Forms, the platform this is about, the age of this issue and the traction this issue has seen I think it's unlikely that this will get fixed. If it is something that you still would like to have, please consider opening a PR. Thanks! |
Description
The WebView on GTK isn't displayed.
Steps to Reproduce
Expected Behavior
The URL in the WebView should be visible. It's working on Windows.
Actual Behavior
Gray area/ now WebView is rendered.
Basic Information
The text was updated successfully, but these errors were encountered: