Problem using Javascript to display browser pop-up when running the Microsoft Teams Personal app in a mobile environment

seungkwan back 0 Reputation points
2024-10-11T05:44:32.8266667+00:00

hi,

I want to use Microsoft Teams' personal app on my mobile device. The personal app calls the existing webpage. This web page uses the window.open function to display a popup window. It works fine on iPhone, but not on Android.

Does anyone know anything about this issue?

it is about web page script code

var url = "/somthingUrlPath";

var windowName = "test";

var windowFeatures = "width=600,height=400,scrollbars=yes";

window.open(url,windowName,windowFeatures);

please, help me

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,556 questions
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.
3,443 questions
Microsoft Teams Phone
Microsoft Teams Phone
Teams Phone enables call-control and Private Branch Exchange (PBX) capabilities in the Microsoft 365 cloud with Microsoft Teams.
171 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nivedipa-MSFT 3,046 Reputation points Microsoft Vendor
    2024-11-04T10:44:17.86+00:00

    Only iframable websites are loading in Teams. The Google website is not iframmable, so it won't load in Teams. By using the 'go to website' option on the Tab, you can view the Google website.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.