flutter_inappwebview icon indicating copy to clipboard operation
flutter_inappwebview copied to clipboard

A Flutter plugin that allows you to add an inline webview, to use a headless webview, and to open an in-app browser window.

Results 368 flutter_inappwebview issues
Sort by recently updated
recently updated
newest added

Swift Compiler Error (Xcode): Stored properties cannot be marked potentially unavailable with '@available' /Users/..../flutter/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.4.3+7/ios/Classes/Types/UserScript.swift:12:5 Uncategorized (Xcode): Command SwiftCompile failed with a nonzero exit code

bug

I have a service that works in the foreground. When I kill the application, innappwebview crashes the application. When the application crashes, my foreground service shuts down. Device : Xiaomi...

bug

## Connection with issue(s) ## How is the feature useful Less hassle when loading existing html for websites. ## Testing and Review Notes ``` final InAppLocalhostServer localhostServer = InAppLocalhostServer( port:...

flutter/dart

## Connection with issue(s) Resolve issue #1312 Connected to #1310, #1216 ## Testing and Review Notes ## Screenshots or Videos ## To Do - [x] double check the original issue...

iOS

flutter_inappwebview: 5.4.3+7 版本 在插件加载过程中就获取了应用列表 , 导致中国应用市场审核提示,以下为提示的log 违规行为:未经许可读取个人信息 | 获取应用列表 发生时间:2022-09-05 09:22:58 违规md5:md5=2B51371189455DDBA22DF7652295E761, 违规包名:pkg=com.xxxx, 违规动作:action=android.permission.MY_READ_INSTALLED_PACKAGES, 违规详情:content=获取指定包名的APP信息:com.android.webview,callstack:android.app.ApplicationPackageManager.getPackageInfoAsUser:191;android.app.ApplicationPackageManager.getPackageInfo:156;android.webkit.WebViewFactory.getWebViewContextAndSetProvider:392;android.webkit.WebViewFactory.getProviderClass:439;android.webkit.WebViewFactory.getProvider:251;android.webkit.CookieManager.getInstance:40;com.pichillilorenzo.flutter_inappwebview.MyCookieManager.getCookieManager:104;com.pichillilorenzo.flutter_inappwebview.MyCookieManager.:35;com.pichillilorenzo.flutter_inappwebview.InAppWebViewFlutterPlugin.onAttachedToEngine:91;com.pichillilorenzo.flutter_inappwebview.InAppWebViewFlutterPlugin.onAttachedToEngine:71;io.flutter.embedding.engine.FlutterEngineConnectionRegistry.add:144;io.flutter.plugins.GeneratedPluginRegistrant.registerWith:54;com.example.flutter_huashangjk.MainActivity.configureFlutterEngine:23;io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.onAttach:200;io.flutter.embedding.android.FlutterActivity.onCreate:498;com.example.xxx.MainActivity.onCreate:18;android.app.Activity.performCreate:7144;android.app.Activity.performCreate:7135;android.app.Instrumentation.callActivityOnCreate:1271;android.app.ActivityThread.performLaunchActivity:2954;android.app.ActivityThread.handleLaunchActivity:3109;android.app.servertransaction.LaunchActivityItem.execute:78;android.app.servertransaction.TransactionExecutor.executeCallbacks:108;android.app.servertransaction.TransactionExecutor.execute:68;android.app.ActivityThread$H.handleMessage:1839;android.os.Handle 违规行为:未经许可读取个人信息 | 获取应用列表 发生时间:2022-09-05 09:22:58 违规md5:md5=2B51371189455DDBA22DF7652295E761, 违规包名:pkg=com.xxxx, 违规动作:action=android.permission.MY_READ_INSTALLED_PACKAGES, 违规详情:content=查询包名:com.android.webview,输出结果:null,callstack:android.app.ApplicationPackageManager.getInstallerPackageName:2044;org.chromium.base.BuildInfo.:106;org.chromium.base.BuildInfo.:21;BB.:53;BB.a:53;org.chromium.base.BuildInfo.getAll:1083;org.chromium.content.browser.BrowserStartupControllerImpl.nativeSetCommandLineFlags:-2;org.chromium.content.browser.BrowserStartupControllerImpl.b:37;Gl.run:403;org.chromium.content.browser.BrowserStartupControllerImpl.a:1415;org.chromium.android_webview.AwBrowserProcess.a:131;xz.run:2;org.chromium.base.ThreadUtils.a:73;org.chromium.android_webview.AwBrowserProcess.b:111;my.b:166;my.b:281;my.j:419;com.android.webview.chromium.WebViewChromiumFactoryProvider.getWebStorage:535;android.webkit.WebStorage.getInstance:194;com.pichillilorenzo.flutter_inappwebview.MyWebStorage.:29;com.pichillilorenzo.flutter_inappwebview.InAppWebViewFlutterPlugin.onAttachedToEngine:92;com.pichillilorenzo.flutter_inappwebview.InAppWebViewFlutterPlugin.onAttachedToEngine:71;io.flutter.embedding.engine.FlutterEngineConnectionRegistry.add:144;io.flutter.plugins.GeneratedPluginRegistrant.registerWith:54;com.example.xxx.MainActivity.configureFlutterEngine:23;io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.onAttach:200;

bug

i got error unable build plugin in: macOS version 12.6 chip M1. flutter version 2.10.5 xcode 14

bug

Stored properties cannot be marked potentially unavailable with '@available' @available(iOS 14.0, *) lazy var contentWorld: WKContentWorld = WKContentWorld.page can you fix this bug in Xcode 14?

bug

Can we use the JavaScript Handlers to pass the File object from Js to us ?

bug

- [x] I have read the [Get Started - Installation](https://inappwebview.dev/docs/get-started/installation/) section - [x] I have read and done the [Get Started - Setup Android](https://inappwebview.dev/docs/get-started/setup-android/) section - [x] I have read...

bug

- [x] I have read the [Get Started - Installation](https://inappwebview.dev/docs/get-started/installation/) section - [x] I have read and done the [Get Started - Setup Android](https://inappwebview.dev/docs/get-started/setup-android/) section - [x] I have read...

bug