itmss://
) or Spotify (spotify://
) or Slack (slack://
). App protocols provide an easy way for you to launch your application from inside another application. interplay://
as the app protocol.interplay://
in our examples below.interplay://
β https://app.interplay.io
interplay://foo/bar
β https://app.interplay.io/foo/bar
foo/bar
path.spotify://pause
. When this link is opened we want to pause the music but we don't want to change the current URL of our app. We can prevent navigation by calling event.preventDefault()
. Here's an example: