This repository contains a minimal reproduction for the Comment ionic-team/capacitor#8424 (comment).
- macOS (development)
- Ionic / Capacitor (this project)
- Android Emulator 14 (API 34) With Play Store in Android Studio
- Android WebView version 146 and 113
- Install project dependencies (this repo uses pnpm because a patch with the PR changes is applied):
pnpm install- Run the app on the emulator:
pnpm start- Open the app on the emulator
Below are screenshots that illustrate the issue described above.
| Webview 146 | Webview 113 |
|---|---|
![]() |
![]() |

