URLs within the Teams Tab app are not working on Android devices

이진현 21 Reputation points
2022-12-02T01:30:54.923+00:00

I created a simple tab app using Visual Studio Code, Teams Toolkit, and the bundled sample (Hello World Tab with SSO).

And I inserted the following simple code in Welcome.jsx.

266364-sample.png

Building and deploying the project (organization app area) also succeeded.

However, there is no problem in Teams on iOS devices, but "1. my link" does not work at all on Android devices. "2. google" link works fine on both devices.

Since the link does not work, there is a problem that the code using axio() does not work on Android devices.

Which part should I check? Any hints would be appreciated.

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,866 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ChetanSharmamsft 1,026 Reputation points Microsoft Vendor
    2024-04-23T11:16:32.9566667+00:00

    @이진현 - Sorry for delay in response.
    We got an update from engineering team that:

    The Personal Tab link(https://www2.kif.re.kr:3000/test/ok) doesn't seem to be supported on Android WebView for the webpage. So please check the SSL handling/certificate/related things for your webpage and try it again.

    If you are still able to repro, kindly share the app package and code so that we can test it again.

    0 comments No comments