1 2 3 4
function handleOpenURL (url) { console.log("DEEP LINKING DETECTED", url) this.parseRoute( url ) }