Teams Mobile iPhone (iOS) 应用程序上的应用程序选项卡无法加载
我们正在 Microsoft Teams 中构建一个 configurableTab 应用程序,并且在 Teams 应用程序更新后于 3 月 21 日左右开始出现一个新问题。
- 该选项卡不会加载,但会显示我们的 SPA 加载微调器。
- 这仅发生在 Microsoft Teams 应用程序的 iOS 版本上。
- 这种情况最近才开始发生。
- 该应用程序尚未在 App Store 中提供。
- 服务器端没有与客户端应用程序通信的迹象。
- 由于它是 iOS Teams 应用程序,因此没有可用的客户端日志。
- Safari 桌面版 团队预览 显示类似的错误,但是,由于它是测试版/预览版,因此可能不相关。
We are building a configurableTab application in Microsoft Teams, and we have a new issue which started around the 21st March after a Teams App update.
- The tab does not load, but does display our SPA loading spinner.
- This only occurs on the iOS version of the Microsoft Teams Application.
- This only recently started occurring.
- The application is not yet available in the App Store.
- There are no indications on the server side of communications with the client app
- As it's the iOS Teams Application, there are no client logs available.
- Safari Desktop Teams Preview displays a similar error, however, as it's beta/preview, it may be unrelated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从评论部分添加答案以提高可见性:
事实证明,这是我们的代码中使用的正则表达式,Safari 浏览器不支持该正则表达式。这使得我们的应用程序在 iOS 上的 Microsoft Teams 应用程序中具有无限的加载旋转器。现在问题已经解决了。
Adding answer from comment section for more visibility:
This turned out to be a regex being used in our code, that wasn't supported in Safari browsers. This made our app have an endless loading spinner within the Microsoft Teams App on iOS. Now the issue is solved.