gofractally / fractally

fractally-lemon.vercel.app
6 stars 3 forks source link

Research: Open app from link #23

Open brandonfancher opened 2 years ago

brandonfancher commented 2 years ago

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.