How can I implement offline SOS functionality in a PWA with SMS fallback? #2
Answered
by
Ankit-Basu
ankan123basu
asked this question in
Q&A
-
|
I'm researching offline-first safety solutions and came across SheShield — amazing concept! I was wondering: how would you implement an emergency SOS feature in a PWA that works even without internet? I’m specifically curious about:
I know browser security prevents sending SMS directly, so:
Would love to know how the team is thinking about this problem. |
Beta Was this translation helpful? Give feedback.
Answered by
Ankit-Basu
Jul 2, 2025
Replies: 1 comment 1 reply
-
|
Great question! In SheShield, we faced this exact challenge while designing the emergency SOS system. ✅ Here's our current hybrid approach:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Ankit-Basu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great question! In SheShield, we faced this exact challenge while designing the emergency SOS system.
✅ Here's our current hybrid approach:
Offline Triggering:
SMS Fallback:
Background Sync:
Future Scope: