You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am calling redirect on API response.
here is the URL and I'm using deep-link to check the status.
'manysolutions://home/success?order_id=12342'
chrome is blocking the navigation
function redirect(uri) { console.log('redirect'); console.log(uri); if(navigator.userAgent.match(/Android/i)) document.location=uri; else window.location.replace(uri); }
The text was updated successfully, but these errors were encountered:
I am calling redirect on API response.
here is the URL and I'm using deep-link to check the status.
'manysolutions://home/success?order_id=12342'
chrome is blocking the navigation
function redirect(uri) { console.log('redirect'); console.log(uri); if(navigator.userAgent.match(/Android/i)) document.location=uri; else window.location.replace(uri); }
The text was updated successfully, but these errors were encountered: