If anyone needs it, it’s a quirk of the iframe sandboxing. Added tabindex=0 to the main content div, then in a script tag:
tabindex=0
window.onload = () => { window.focus(); }; window.onclick = () => { window.focus(); };