← Back to examples
📄 Page 1 of 2

Navigation Persistence Demo

The chat widget remembers its state when you navigate between pages.

🎯 Try It Out

Step 1: Open the chat widget (bottom-right corner)
Step 2: Try enabling voice input (microphone button)
Step 3: Navigate to Page 2 using the button below
Step 4: Notice the widget stays open with the same input mode!

💾 What Gets Persisted

Widget Open: -
Voice Active: -
localStorage Keys: -

🔧 Implementation

This demo uses localStorage to persist widget state across page navigations. See AUTO-OPEN-NAVIGATION.md for implementation details.