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

Stripe payment not work in webview iOS is any solution for that let me know

bug
waiting for customer response

- [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

`InAppWebView( key: _key, initialUrlRequest: URLRequest(url: Uri.parse('https://image.baidu.com/search/wiseindex?tn=wiseindex')), gestureRecognizers: [ Factory(() => VerticalDragGestureRecognizer()), Factory(() => HorizontalDragGestureRecognizer()), ].toSet(), initialOptions: options, onLoadStop: (controller, url) { timer.cancel(); }, onLoadStart: (controller, url) { _initTimer(); }, onLoadError:...

bug

## Environment **Flutter version: 3.0.0** **Plugin version:** 5.4.3+7 **Android version:** **iOS version:** 15.4 **Xcode version:** 13.1.1 **Device information:** ## Description When the flutter component is overwritten on the WebView, after...

webView show as black screen with FLAG_SECURE in all device not support Chrome as Android system WebView Provider in android 10 , and Huawei modern devices , can you supply...

bug

## Environment **Flutter version:** 2.10.4 **Plugin version:** 5.3.2 ## Description I have gone through all options in the documentation and have not found any option related: This is to add...

Dialog does not display webview when useHybridComposition: true When useHybridComposition: false is ok. When useHybridComposition: true, and dialog not display I power screen off, and power screen on, and webview...

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

## Environment **Flutter version:** 1,20 ## Description **What you'd like to happen:** Is it possible to cache "intialURL" so that if there is no internet, InitialURL always opens the page...