Add home screen shortcuts for Contact Support and Do Not Uninstall#5913
Open
Add home screen shortcuts for Contact Support and Do Not Uninstall#5913
Conversation
0ed3d8e to
47efd1c
Compare
Add a static home screen shortcut that warns users about data loss when uninstalling the app. Includes shortcut handling infrastructure in AppDelegate.swift.
Add a static home screen shortcut that warns users about data loss when uninstalling the app.
Add a shortcut to quickly open the support chat.
Add a shortcut to quickly open the support chat.
47efd1c to
0915579
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add static home screen shortcuts (long-press app icon) for both iOS and Android:
Contact Support
Opens the Edge support chat directly in the device's default browser.
Do Not Uninstall Warning
Opens a support article explaining the risks of uninstalling and how to properly migrate to a new device. This serves as a visible warning to users who may not realize they need to back up before uninstalling.
Changes
Info.plistwith SF Symbol icons. UpdatedAppDelegate.swiftto detecthttps://URLs and open them in Safari rather than routing through the app's WebView.shortcuts.xmlwith corresponding string resources. UsesACTION_VIEWwithhttps://URLs to open in the default browser.Testing