Navigation is blocked error in Chrome 61+ on Android
问题 I'm building a login page that, upon submitting and validation of the user credentials, opens up a native mobile application. Up till last week, I had this working cross mobile OS by using a custom scheme URI, something like: function onLoginCallback() { const redirectUri = 'customscheme:/action?param1=val1¶m2=val2'; window.location.replace(redirectUri); } The login page is displayed in an IABT, short for In App Browser Tab. However, since the release of version 61 of Chrome, this is