You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebViews do not work on Linux. They work fine on OSX and Windows. The BasicWebViewFactory has a placeholder for createLinuxWebView, but it has TODO: implement native WebView for Linux.
Expected behavior:
WebViews appear in Linux as they do in Windows and OSX
Actual behavior:
WebViews do not appear on Linux and an UnsupportedOperationException is thrown
Description
WebViews do not work on Linux. They work fine on OSX and Windows. The BasicWebViewFactory has a placeholder for createLinuxWebView, but it has TODO: implement native WebView for Linux.
Expected behavior:
WebViews appear in Linux as they do in Windows and OSX
Actual behavior:
WebViews do not appear on Linux and an UnsupportedOperationException is thrown
Operating System and Version
Any flavor of Linux
Additional Information
Unclear if this would be possible or if it could be implemented similarly to how the OSX and Windows libraries are.
The text was updated successfully, but these errors were encountered: