fix(game): no placement auto-zoom in landscape #158
Reference in New Issue
Block a user
Delete Branch "feature/landscape-no-autozoom"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Landscape fits the whole board, so the coarse-pointer auto-zoom on tile placement, drag hover-hold and hint only hid the rest of the position. All three sites now gate on portrait; manual double-tap/pinch zoom is unchanged.
New e2e coverage locks both sides (touch-emulated, chromium+webkit): landscape placement stays unzoomed; portrait placement still auto-zooms.
Part 1 of the export feature batch (the PNG/GCG export dialog follows as a separate PR after the sample sign-off).