ebuildfire:buildfire.navigation.openwindow参数编码的iOS问题

发布于 2025-02-04 10:20:07 字数 320 浏览 3 评论 0原文

Buildfire支持团队,我正在尝试使用buildfire.navigation.openwindow打开一个新链接,并且我注意到iOS上的iOS问题,因为=(均等符号)被编码为url。请参阅下面的示例以及所附的屏幕快照。

//i.sstatic.net/dwtyf.png“ rel =“ nofollow noreferrer”>应用程序代码屏幕截图

Buildfire suppor team, I'm trying to open up a new link using buildfire.navigation.openWindow and I noticed an issue on IOS with the URL parameters, as the = (equal sign) gets URL encoded. Please see my example below and the attached screenshot.

https://example.com/something?id=1654161096657Felix
is transformed to
https://example.com/something?id%3D1654161096657Felix

app code screenshot

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深海蓝天 2025-02-11 10:20:07

示例URL工作正常:

buildfire.navigation.openWindow("https://example.com/something?id=1654161096657Felix", "_system")

在检查设备上的新窗口时,我会得到此信息:

“”

我将检查您正在使用的服务器(真实URL),并查看它是否将URL重定向到其他方面。

Example URL works fine:

buildfire.navigation.openWindow("https://example.com/something?id=1654161096657Felix", "_system")

And when inspecting the new window on device I'm getting this:

I would check the server (the real URL) you are using and see if it is redirecting the url to something else.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文