flutter_inappwebview icon indicating copy to clipboard operation
flutter_inappwebview copied to clipboard

targetplatform.macos is not yet supported by the flutter_inappwebview plugin

Open sanalkv opened this issue 10 months ago • 8 comments

Screenshot 2023-10-04 at 4 56 46 PM It says it supports MacOS, but it doesn't work.

sanalkv avatar Oct 04 '23 11:10 sanalkv

👋 @sanalkv

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 Oct 04 '23 11:10 github-actions[bot]

I'm seeing the same issue when I run flutter web and when I run flutter desktop/macOS

zkrige avatar Oct 04 '23 13:10 zkrige

Also seeing the same issue. Initializing the web view controller inside of a kIsWeb if block but I'm receiving the same error message

karthikrao5 avatar Nov 13 '23 21:11 karthikrao5

Screenshot 2024-02-08 at 3 28 57 PM Screenshot 2024-02-08 at 3 29 49 PM Still ,Facing the issue.

JhansiCh916 avatar Feb 08 '24 10:02 JhansiCh916

I'm having the same issue!

image

shrijanRegmi avatar Mar 15 '24 04:03 shrijanRegmi

@shrijanRegmi @JhansiCh916 @karthikrao5 has anyone found a solution?

rocklyve avatar May 03 '24 06:05 rocklyve

@rocklyve I could not fix the issue so I used webview_flutter along with webview_flutter_web.

shrijanRegmi avatar May 03 '24 13:05 shrijanRegmi

@shrijanRegmi how were you able to make it work on macOS using those?

alterhuman avatar May 14 '24 21:05 alterhuman