Skip to content

Navigation is blocked #63

@shahbazmancho

Description

@shahbazmancho

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); }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions