Forum Discussion

ninobenvenuti's avatar
ninobenvenuti
Copper Contributor
Sep 19, 2024

More menu missing when viewing app on iOS

I have a static tab app where I have noticed that the more menu (i.e. the ellipsis at the top right of the screen) is no longer appearing when running the app in Teams in iOS.  The more menu appears in the app in Android, desktop, and web.   I looked at another static app I created and observe the same.

Is this a change in Teams for iOS? If so, how do users navigate to the About or reload functionalities? 

  • nbenvenuti's avatar
    nbenvenuti
    Copper Contributor

    Unable to attach .zip file, app manifest attached here. Names/URLs/GUIDs changed from actual values:

    {
    "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.12/MicrosoftTeams.schema.json",
    "manifestVersion": "1.12",
    "version": "1.0.9",
    "id": "e3f1fb65-3eed-4846-aa03-fe8f5cb0730b",
    "packageName": "com.microsoft.teams.acme.foo",
    "developer": {
    "name": "Acme Solutions, LLC",
    "websiteUrl": "https://www.acme.com",
    "privacyUrl": "https://www.acme.com/privacy",
    "termsOfUseUrl": "https://www.acme.com/legal-terms"
    },
    "icons": {
    "color": "color.png",
    "outline": "outline.png"
    },
    "name": {
    "short": "[local] Acme Thing",
    "full": "Acme Thing Dashboard"
    },
    "description": {
    "short": "Get a personalized Acme Thing Dashboard within Microsoft Teams.",
    "full": "Get a personalized Acme Thing Dashboard within Microsoft Teams. See your account \nsummaries, recommendations and ToDos all from the convenience of Teams.\n- Personalized Dashboard Account Summaries \n Subject to terms, conditions and availability.\nAcme is a registered trademark Acme Solutions LLC.\n **ABOUT ACME SOLUTIONS :** \nWork and life.Companies and people. Innovation and understanding. "
    },
    "accentColor": "#FFFFFF",
    "composeExtensions": [],
    "configurableTabs": [],
    "staticTabs": [
    {
    "entityId": "index0",
    "name": "Home",
    "contentUrl": "https://localhost:53000/api/thingy/index.html#/home",
    "websiteUrl": "https://www.acme.com",
    "scopes": [
    "personal"
    ]
    },
    {
    "entityId": "conversations",
    "scopes": [
    "personal"
    ]
    }
    ],
    "bots": [
    {
    "botId": "43d49895-8ef7-4e7b-96e7-18f274c3a1eb",
    "scopes": [
    "personal"
    ],
    "commandLists": [],
    "isNotificationOnly": false,
    "supportsCalling": false,
    "supportsVideo": false,
    "supportsFiles": false
    }
    ],
    "permissions": [
    "identity",
    "messageTeamMembers"
    ],
    "configurableProperties": [
    "name",
    "shortDescription",
    "longDescription",
    "smallImageUrl",
    "largeImageUrl",
    "accentColor",
    "developerUrl",
    "privacyUrl",
    "termsOfUseUrl"
    ],
    "validDomains": [
    "localhost:53000",
    "*.partnerSite.ai",
    "token.botframework.com"
    ],
    "webApplicationInfo": {
    "id": "43d49895-8ef7-4e7b-96e7-18f274c3c1ce",
    "resource": "api://localhost:53000/api/thingy/43d49895-8ef7-4e7b-96e7-18f274c3c1eb"
    }
    }

Resources