fix(260610-ka9): restore audible Android push notifications

- Add icon, badge, renotify:true, vibrate to showNotification options so
  reused-tag updates produce heads-up + sound/vibration on Android Chromium
- Narrow cast (as NotificationOptions) to handle renotify/vibrate absent
  from this lib.dom version without suppressing other errors
- Generalize ANDROID_STEPS first step to browser-agnostic (Chrome or Edge)
This commit is contained in:
Lucas Berger
2026-06-10 14:39:46 -04:00
parent bf5f87eda8
commit c864fc4eea
2 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ const IOS_STEPS = [
]
const ANDROID_STEPS = [
'Open Chrome on your phone',
'Open your browser (Chrome or Edge) on your phone',
'Tap the three-dot menu → Settings',
'Tap Site Settings → Notifications',
'Find FamilySync and tap Allow',