Posted on

Fuzio 2026.3.0

Fuzio 2026.3.0 introduces per-browser zoom and Chromium 149. It also adds a command line switch to disable Chromium touch selection handles in touch environments.

Per-browser zoom 

By default, zoom level changes apply to all browsers that share the same origin within a profile. Starting with Fuzio 2026.3.0, you can scope zoom to an individual browser so that changing the zoom level in one browser does not affect others:

browser.zoom().mode(ZoomMode.PER_BROWSER);
browser.zoom().in();

The default mode is ZoomMode.PER_ORIGIN, which preserves the previous behavior.

Learn more in the Zoom guide.

Touch handles 

Fuzio now allows disabling Chromium touch selection handles in touch environments. This is useful when an application needs to manage text selection UI itself and should not show Chromium’s built-in touch handles.

The feature is controlled by the --disable-touch-selection-handles Chromium command line switch:

var engine = Engine.newInstance(
        EngineOptions.newBuilder(HARDWARE_ACCELERATED)
                .addSwitch("--disable-touch-selection-handles")
                .build());

Chromium 149.0.7827.103 

We upgraded Chromium to a newer version. The 149.0.7827.103 update introduces 74 security fixes, including:

Google is aware that an exploit for CVE-2026-11645 exists in the wild.

See the Chromium release announcements:

Customer Support

QR code to follow us on WeChat

Technical Support

QR code to follow us on WeChat