Files
ipodderx-app/ios
Ray Slakinski 5c7a53384a Draw at Mac size, and build only for Apple Silicon
A Catalyst app draws its iPad interface at 77% unless it says otherwise,
so everything on the Mac was smaller than it should have been.
UIDesignRequiresCompatibility: false asks for the Mac idiom and true size.

ARCHS is pinned to arm64 for macOS: the default is a universal binary, and
the x86_64 half is weight nothing here will run. It was never running under
Rosetta -- the arm64 slice was always the one in use.

There is no zoom command. A pair was tried and taken out again: pageZoom
only works on a document that scrolls, and ipx's page is a fixed viewport
-- body is height:100dvh with overflow hidden -- which WebKit resolves
against the unzoomed window, so the page laid itself out at the wrong size
and was then scaled, spilling off the right edge with its toolbar clipped.
Text size belongs to the page, which owns its own layout.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-19 19:36:49 -04:00
..
2026-09-19 19:21:06 -04:00
2026-09-19 19:21:06 -04:00