Navigation is blocked error in Chrome 61+ on Android
We ended up implementing our login and registration forms with a classic post-redirect-get pattern. The server responds with a 302 to the custom URI scheme. Because in this setup there’s no asynchronous execution between the user submitting the form and the browser receiving a redirect, Chrome correctly identifies the chain of actions as trusted and … Read more