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.
Problem using Javascript to display browser pop-up when running the Microsoft Teams Personal app in a mobile environment
seungkwan back
0
Reputation points
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
1 answer
Sort by: Most helpful
-
Nivedipa-MSFT 3,046 Reputation points Microsoft Vendor
2024-11-04T10:44:17.86+00:00