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

Caused by: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.example.serverbasedatabasejava/.BackgroundSyncService }: app is in background uid UidRecord{55c0bb3 u0a433 TPSL idle procs:1 seq(0,0,0)} at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1831) at android.app.ContextImpl.startService(ContextImpl.java:1771)

bug

- [x] I have read the [Getting Started](https://inappwebview.dev/docs/intro/) section - [x] I have already searched for the same problem ## Environment | Technology | Version | |-----------------------| ------------- | |...

bug

- [x] I have read the [Getting Started](https://inappwebview.dev/docs/intro/) section - [x] I have already searched for the same problem ## Environment | Technology | Version | |-----------------| ------------- | |...

bug

I tried to inject JS code " window.webkit = { messageHandlers: { eventTracker: { postMessage: function(ab) { console.log(ab); window.flutter_inappwebview.callHandler('eventJSHandler', ab); } } } };"but it don't work.

Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies
javascript

- [x] I have read the [Getting Started](https://inappwebview.dev/docs/intro/) section - [x] I have already searched for the same problem ## Environment | Technology | Version | |-----------------------| ------------- | |...

bug

### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Steps to...

### **Expected Behavior:** The WebView should remember the previously granted camera and microphone permissions, and not prompt the user again for permission. ### **Actual Behavior:** On iOS, the WebView asks...

For business reasons we need to nest a mobile web page (game type) in the ios application, if the user in the web page after the operation will return two...

## Environment [✓] Flutter (Channel stable, 3.19.3, on macOS 13.5.2 22G91 darwin-arm64, locale zh-Hans-CN) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Xcode - develop...