archy/demo/aiui/registerSW.js
Dorian 7aa59d8072 fix: AIUI mobile — auto-switch to content tab when clicking chat bubbles
Removed !isEmbedded guard from mobile tab auto-switch watchers in
ChatPage.vue. When running embedded in Archy iframe on mobile,
clicking a chat bubble now correctly switches to the content panel.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 21:20:57 +00:00

1 line
134 B
JavaScript

if('serviceWorker' in navigator) {window.addEventListener('load', () => {navigator.serviceWorker.register('/sw.js', { scope: '/' })})}