Auditing what Chrome reports vs what the W3C spec requires
Requires Chrome or Edge on Android (94+).
DOMRect — the keyboard's intersection with
the layout viewport in client coordinates. For a docked keyboard:
.y = vpH−kbH,
.bottom = vpH,
.x = 0,
.width = vpW.
safe-area-inset-*. For a docked keyboard:
inset-top = vpH−kbH,
inset-bottom = 0,
left/right = 0.