[Webview] Rendering impeller on Android with x86 x64_86 architecture
- Dominant language
- Dart
- Stars
- 179k
- Forks
- 31.1k
- PR merge metrics
- PR metrics pending
Description
### What package does this bug report belong to?
webview_flutter
### What target platforms are you seeing this bug on?
Android
### Have you already upgraded your packages?
Yes
### Dependency versions
[webview_flutter ](https://pub.dev/packages/webview_flutter) 4.13.0.
pubspec.lock
```lock
webview_flutter:
dependency: "direct main"
description:
name: webview_flutter
sha256: c3e4fe614b1c814950ad07186007eff2f2e5dd2935eba7b9a9a1af8e5885f1ba
url: "https://pub.dev"
source: hosted
version: "4.13.0"
webview_flutter_android:
dependency: transitive
description:
name: webview_flutter_android
sha256: e5201c620eb2637dca88a756961fae4a7191bb30b4f2271e08b746405ffdf3fd
url: "https://pub.dev"
source: hosted
version: "4.10.5"
webview_flutter_platform_interface:
dependency: "direct dev"
description:
name: webview_flutter_platform_interface
sha256: "63d26ee3aca7256a83ccb576a50272edd7cfc80573a4305caa98985feb493ee0"
url: "https://pub.dev"
source: hosted
version: "2.14.0"
webview_flutter_wkwebview:
dependency: transitive
description:
name: webview_flutter_wkwebview
sha256: fea63576b3b7e02b2df8b78ba92b48ed66caec2bb041e9a0b1cbd586d5d80bfd
url: "https://pub.dev"
source: hosted
version: "3.23.1"
```
### Steps to reproduce
- Use Chromebook with CPU x86_64.
- Run/Build APK file.
- Navigate to Webview page.
--
Work well when disabled Impeller.
### Expected results
Webview with correct rendering. No issues observed on Skia
### Actual results
Problem found: Pixelated webview.
Own application .
Example application of dependency.
### Code sample
Code sample
```dart
[Paste your code here]
```
### Screenshots or Videos
Screenshots / Video demonstration
[Upload media here]
### Logs
Logs
```console
[Paste your logs here]
```
### Flutter Doctor output
Doctor output
```console
[✓] Flutter (Channel stable, 3.35.7, on macOS 26.0.1 25A362 darwin-arm64,
locale en-CA) [2.9s]
• Flutter version 3.35.7 on channel stable at
/Users/xxx/Development/Flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision adc9010625 (10 days ago), 2025-10-21 14:16:03
-0400
• Engine revision 035316565a
• Dart version 3.9.2
• DevTools version 2.48.0
• Feature flags: enable-web, enable-linux-desktop,
enable-macos-desktop, enable-windows-desktop, enable-android,
enable-ios, cli-animations, enable-lldb-debugging
[✓] Android toolchain - develop for Android devices (Android SDK version
36.1.0-rc1) [5.6s]
• Android SDK at /Users/xxx/Library/Android/sdk
• Emulator version 36.2.12.0 (build_id 14214601) (CL:N/A)
• Platform android-36, build-tools 36.1.0-rc1
• Java binary at: /Applications/Android
Studio.app/Contents/jbr/Contents/Home/bin/java
This is the JDK bundled with the latest Android Studio installation
on this machine.
To manually set the JDK path, use: `flutter config
--jdk-dir="path/to/jdk"`.
• Java version OpenJDK Runtime Environment (build
21.0.7+-13880790-b1038.58)
• All Android licenses accepted.
[✓] Chrome - develop for the web [129ms]
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google
Chrome
[✓] Android Studio (version 2025.1) [129ms]
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build
21.0.7+-13880790-b1038.58)
[✓] IntelliJ IDEA Community Edition (version 2025.1.5) [127ms]
• IntelliJ at /Applications/IntelliJ IDEA CE.app
• Flutter plugin version 88.0.0
• Dart plugin version 251.27812.12
```
Contributor guide
Assessment
This issue has not been assessed yet.