I am making a captive portal for Android:
My purpose is - after the post the informations - release the user, close captive portal and open the browser.
How I do this?
I have tried every option (JavaScript, redirection, different answers for diffirent UserAgents) in every combination, unfortunately I have to conclude that that it isn't possible. (iOS is OK, you just need to window.open() on 4th step)