Airbridge admin

1733 posts published

iOS chrome deeplink test 1

function cancel() { location.replace('ablog://main') setTimeout(() => { location.replace('googlechromes://itunes.apple.com/app/apple-store/id1370724782') setTimeout(() => { history.back() }, 30) }, 20) } function confirm() { location.replace('test://main') setTimeout(() => { location.replace('googlechromes://itunes.apple.com/app/apple-store/id1370724782') // setTimeout(() => { // history.replaceState({}, '', '?a=' + Math.random()) // }, 0) }, 20) } Open in