Forum Discussion
Custom Teams app showing blank screen
Hi there,
I am creating a custom teams app as shown (between 10.07 - 11.45) here - https://www.youtube.com/watch?v=fnZYb7O3PMY&t=129s
I created multiple "Personal" tabs (4). They point to different URLs
1. http://www.google.de
2. api.sap.com
3. my400797.scmibp.ondemand.com
4. http://www.bing.com
Now from the above URLs, only the 4th one is working,
rest of the urls are not showing up, it is showing a blank screen. But all the URLs are working from a normal browser.
What exactly is the limitation on the URLs being shown in a Tab screen ?
If there are no limitations, how to debug and cross check what exactly is the error that is happening on the tabs ?
any help would be appreciated
Kind regards
Domnic
Tabs support Iframable pages. Your page needs to be iframable to display the page in tab. Could you please make sure the web page that you are trying to load meets the tab prerequisites.
2 Replies
- Meghana-MSFTBronze Contributor
Tabs support Iframable pages. Your page needs to be iframable to display the page in tab. Could you please make sure the web page that you are trying to load meets the tab prerequisites.
- domnicsavioCopper ContributorThanks for your reply Meghana, I was able to find the response headers and detect what they contain. With the right headers, I was able to get my example working. I have also published this work as a Blog so others might find it https://saviodomnic.medium.com/fd93169504d
Thanks again for your quick reply
Domnic