XinYu.
Navigation
Developers
MCPCLI
Language
← Back to Changelog
changelogAug 27, 2026

No more page zoom when you tap an input on mobile

Tapping an input no longer zooms the page

On iPhone, tapping any input — a prompt field on the canvas, a search box, a filter — used to zoom the page in, and it would never zoom back out. You had to pinch out manually, and even then the page stayed scrolled somewhere odd and could be dragged sideways.

That's fixed iOS Safari behaviour: it zooms whenever an input's text is below a certain size. Inputs on narrow screens now clear that threshold, so tapping one leaves the page exactly where it was.

Nothing to turn on. Desktop is unaffected.

Enter no longer fires destructive confirmations

Delete-style actions ask for confirmation. Until now, once that dialog was open, a stray Enter counted as "confirm". Enter no longer triggers the destructive action — focus starts on Cancel, and running it takes a deliberate click.

Keyboard handling got tidied up while we were there: these dialogs close with Esc, and Tab no longer wanders behind the dialog.