question

asith avatar image
0 Votes"
asith asked asith edited

Teams tab app does not load sharepoint site properly in mobile

I have teams tab app and user is redirected to their SharePoint site using teamslogon.aspx path as following coding . but fresh installers get loading screen . is there any reason that?

var url= https://${DOMAIN_URL}/_layouts/15/teamslogon.aspx?spfx=true&dest=/${SITE_URL};
window.location.replace( url );

manifest .json file

  {
 ...
 ...
    
   "staticTabs": [
         {
             "entityId": "16f1325347cb",
             "name": "Portals7",
             "contentUrl": "https://my-site-url.io/Tab?loginHint={loginHint}&userObjectId={userObjectId}&userPrincipalName={userPrincipalName}&tenantId={tid}&locale={locale}&theme={theme}&userPrincipalName={userPrincipalName}",
    
             "websiteUrl": "https://my-site-url.io/Tab",
             
             "scopes": ["personal"],
             "supportedPlatform" : ["desktop"]
         }
     ],
   "permissions": [
     "identity",
     "messageTeamMembers"
   ],
   "validDomains": [
   "my-site-url.io",
      
     "*.login.microsoftonline.com",
     "*.sharepoint.com",
     "*.sharepoint-df.com",
     "spoppe-a.akamaihd.net",
     "spoprod-a.akamaihd.net",
     "resourceseng.blob.core.windows.net",
     "msft.spoppe.com"
   ],
   "webApplicationInfo": {
     "id": "00000003-0000-0ff1-ce00-000000000000",
     "resource": "https://{teamSiteDomain}"
   }
 } 

117329-89002423-60958200-d340-11ea-9f1b-978e12b16c6b.png




office-teams-app-dev
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers