Virtual Keyboard API x86 APK sampler

#493412612 #493415366 #493416495 x86 emulator builds

What this page is for

This page provides two Chromium x86 APKs for Intel Android emulator testing:

- ChromePublic-unpatched-x86.apk: baseline build

- ChromePublic-patched-x86.apk: build with Virtual Keyboard API fixes for geometry coordinates, CSS insets, and keyboard height calculation

Visual Comparison

Before (Bug)

Unpatched - geometry errors

.y and .top show wrong values (Δ297 error)

After (Fixed)

Patched - correct geometry

All geometry values match expected

Sampler page

Use this sampler while running each APK:

https://vkb-geometry-inspector-zouhir.yoyo.codes/

Downloads

Download unpatched x86 APK Download patched x86 APK SHA256 checksums

Install and switch builds

# Install unpatched
adb install -r ChromePublic-unpatched-x86.apk

# Install patched (overwrites same package)
adb install -r ChromePublic-patched-x86.apk

# If install fails due to signature mismatch, uninstall first
adb uninstall org.chromium.chrome
adb install ChromePublic-patched-x86.apk

Checksums

17637a0c473df7969b89b2e45452cb5e0d8f4bf19eff0767699a539d907b8578  ChromePublic-unpatched-x86.apk
f4a73271386dd936a29ddb7015c49372a4205bfd06d4b93779d7bc72d981b11c  ChromePublic-patched-x86.apk