If you open an app in a browser, you can easily copy the URL or click the native Share button.
But if you are running the app as a PWA or Turbo Native app, there is no native browser sharing functionality.
Thus, you will likely want to add a native share button.
Many apps like Instagram & WhatsApp do this.
Let's implement a native Share button using the Navigator.share browser API.
Based on this blogpost: https://blog.corsego.com/stimulus-share-button