[windows&&linux] add support for window and linux
👋 @alihassan143
NOTE: This comment is auto-generated.
Are you sure you have already searched for the same problem?
Some people open new issues but they didn't search for something similar or for the same issue. Please, search for it using the GitHub issue search box or on the official inappwebview.dev website, or, also, using Google, StackOverflow, etc. before posting a new one. You may already find an answer to your problem!
If this is really a new issue, then thank you for raising it. I will investigate it and get back to you as soon as possible. Please, make sure you have given me as much context as possible! Also, if you didn't already, post a code example that can replicate this issue.
In the meantime, you can already search for some possible solutions online! Because this plugin uses native WebView, you can search online for the same issue adding android WebView [MY ERROR HERE] or ios WKWebView [MY ERROR HERE] keywords.
Following these steps can save you, me, and other people a lot of time, thanks!
+1
+1
Is there any new information about linux?
Don't forget to upvote in addition to the comments
+1
+1
+1 for Linux
+1 linux
What would be needed to add a Linux implementation? Is there some previous work done or is this a green field? Depending on the constraints I'd would be willing to work on it.
What would be needed to add a Linux implementation? Is there some previous work done or is this a green field? Depending on the constraints I'd would be willing to work on it.
If that helps, https://pub.dev/packages/desktop_webview_window works on Linux using libwebkit2. In my app, I've added a few exceptions to detect when it's a desktop and using this package instead. But the issue is, it cannot be embedded in my app window, it opens an external screen, which for my use case is better anyway (as I simulate external monitors).
I'd be interest to follow and maybe contributing if you work on this Linux implementation @casimir