From d8c03e9af547f695d280c341673336f64f1dea70 Mon Sep 17 00:00:00 2001 From: fullstack-engineer Date: Sun, 17 May 2026 10:31:56 -0700 Subject: [PATCH] fix(canvas-mobile): chat composer font-size to 16px to stop iOS focus-zoom MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On the mobile PWA, tapping into the chat input scaled the whole viewport up. Root cause: iOS Safari/WebKit auto-zooms on focus when the focused field's effective font-size is < 16px. The mobile chat composer