You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add home screen long-press shortcuts for iOS and Android
Add two static quick actions visible on long-press of the app icon:
1. "Save 2FA First!" - warns users to preserve credentials before
uninstalling, links to the support article on getting a new phone.
2. "Contact Support" - opens the support chat page.
On iOS, shortcuts are defined in Info.plist with localized titles via
InfoPlist.strings, and handled in AppDelegate with the canonical
return-false pattern to prevent double-delivery on cold start.
On Android, shortcuts are declared in res/xml/shortcuts.xml and
referenced from AndroidManifest.xml. URLs that aren't registered deep
link hosts are routed to the default browser via maybeOpenInBrowser.
Made-with: Cursor
0 commit comments