diff --git a/artifacts/tx-os/src/components/ui/dialog.tsx b/artifacts/tx-os/src/components/ui/dialog.tsx index e1e6c5bd..c5f238d2 100644 --- a/artifacts/tx-os/src/components/ui/dialog.tsx +++ b/artifacts/tx-os/src/components/ui/dialog.tsx @@ -137,6 +137,26 @@ const DialogContent = React.forwardRef< {...props} > {children} + {/* TEMP DEBUG: shows the live visualViewport readings so we can + tell on-device whether the keyboard-open branch is actually + firing. Remove once iPad PWA layout is confirmed. */} +
+ kb:{keyboardInset.toFixed(0)} h:{height.toFixed(0)} top:{offsetTop.toFixed(0)} {keyboardOpen ? "OPEN" : "closed"} +
Close