通过 Android 的强制门户浏览器重定向到 URL

Redirect to URL throught Android's captive portal browser

我已经配置了我的 Meraki AP,以便在设备连接到它时自动打开带有 "Continue to the internet" 按钮的启动页面。目标是当按下按钮时,连接被授权并重定向到另一个 URL(甚至到苹果商店/google 播放)。

我的按钮:

<a href="<?php print $ base_grant_url."?continue_url=http://myURL"?>">
    Click here to continue to the internet 
</a>

在 iOS 中它工作正常。在 Android 中仅适用于 Android 5.1 (API 22)。在更高版本中,通过强制门户启动初始页面时,当您按下按钮时,它会开始加载指定页面,但会立即关闭强制门户。

用户已获得授权并可以浏览,但我无法将他重定向到我想要的页面。

有什么想法吗?

这似乎是上次Android API.

的正常行为