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
We will want to support URLs linking into various screens in the application. I assume this is a URL scheme (custom protocol handler), but we need to identify what the best way to accomplish this is.
Also, iOS has Universal Links and Android has App Links. These fall back to web URLs if the app isn't installed (or they may even take you to the app store to download the app.) Is there something similar for Electron apps? We may have a similar, albeit more-limited, web experience available to users.
Identify the options
Discuss and make proposals
The text was updated successfully, but these errors were encountered:
We will want to support URLs linking into various screens in the application. I assume this is a URL scheme (custom protocol handler), but we need to identify what the best way to accomplish this is.
Also, iOS has Universal Links and Android has App Links. These fall back to web URLs if the app isn't installed (or they may even take you to the app store to download the app.) Is there something similar for Electron apps? We may have a similar, albeit more-limited, web experience available to users.
The text was updated successfully, but these errors were encountered: