flutter_inappwebview icon indicating copy to clipboard operation
flutter_inappwebview copied to clipboard

[windows&&linux] add support for window and linux

Open alihassan143 opened this issue 3 years ago • 11 comments

alihassan143 avatar Nov 11 '22 05:11 alihassan143

👋 @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!

github-actions[bot] avatar Nov 11 '22 05:11 github-actions[bot]

+1

Davidzhu001 avatar Feb 27 '23 14:02 Davidzhu001

+1

devaskim avatar May 07 '23 09:05 devaskim

Is there any new information about linux?

fawdlstty avatar Mar 01 '24 10:03 fawdlstty

Don't forget to upvote in addition to the comments

guyluz11 avatar Jun 01 '24 08:06 guyluz11

+1

shanelau avatar Feb 19 '25 04:02 shanelau

+1

TimGustafson avatar Feb 23 '25 19:02 TimGustafson

+1 for Linux

skonsoftSASU avatar Mar 18 '25 11:03 skonsoftSASU

+1 linux

Carapacik avatar Apr 25 '25 09:04 Carapacik

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.

casimir avatar May 11 '25 16:05 casimir

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

jflaflamme avatar May 15 '25 09:05 jflaflamme