Android应用程序链接在webview中打开导致无限循环

发布于 2025-01-16 21:10:36 字数 333 浏览 1 评论 0原文

在我的项目中,我们使用 应用程序链接 方法,但是,我们仍然,不幸的是,被迫在网络视图中打开这些链接(本机实现已关闭)。
假设这是我在意图过滤器中的模式 https://login.domain.com/user_authz.oauth2?user_name={name}
资产链接已正确设置,我可以打开我的登录活动。
现在我必须在网络视图中打开相同的链接/模式以允许用户登录,尽管我最终陷入无限循环并且活动本身保持打开状态

On my project we are using an app-linking approach, however, we are still, unfortunately, forced to open these links in a webview (native implementation is on away).
So let's say this is my pattern https://login.domain.com/user_authz.oauth2?user_name={name} in an intent filter.
Asset links are set properly and I can open my Login Activity.
Now I have to open the same link/pattern in a webview to allow the user to login, though I end up in an endless loop and the activity keeps open itself

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文