summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/js/lib/etc/deeplink.js
blob: 7667cfcd8cc57d2b5626e426491c9593800700e5 (plain)
1
2
3
4
5
function handleOpenURL (url) {
  console.log("DEEP LINKING DETECTED", url)
  url = url.replace("stoneisland:/", "")
  app.router.parseRoute( url )
}