• Icon: Suggestion Suggestion
    • Resolution: Won't Do
    • None
    • Mobile
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.

      Current Mobile State
      Currently, the desktop version of Confluence uses a site-wide favicon and space logos. The mobile plugin does not use these settings, rather using an Atlasssian logo, seen in the following HTML Source header fragment:

      <link rel="apple-touch-icon-precomposed" sizes="57x57" href="/wiki/s/en_GB/6437/4f3a11a8e79855052f86fe30466d81ee677d8ec4/_/download/resources/com.atlassian.confluence.plugins.confluence-mobile/images/apple-touch-icon-57x57-precomposed.png" />
      <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/wiki/s/en_GB/6437/4f3a11a8e79855052f86fe30466d81ee677d8ec4/_/download/resources/com.atlassian.confluence.plugins.confluence-mobile/images/apple-touch-icon-72x72-precomposed.png" />
      <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/wiki/s/en_GB/6437/4f3a11a8e79855052f86fe30466d81ee677d8ec4/_/download/resources/com.atlassian.confluence.plugins.confluence-mobile/images/apple-touch-icon-114x114-precomposed.png" />
      <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/wiki/s/en_GB/6437/4f3a11a8e79855052f86fe30466d81ee677d8ec4/_/download/resources/com.atlassian.confluence.plugins.confluence-mobile/images/apple-touch-icon-144x144-precomposed.png" />

      Issue
      When deploying an iOS Web Clip to iPads, an icon is supplied in the MDM payload. The icon was created to represent the space which it links to, and more than one Web Clip is deployed.

      Once opened in Safari, by default in Mobile mode, the icon will be replaced on the home screen by the Atlasssian icon specified with "apple-touch-icon-precomposed".

      Expected Behavior
      The space logo, which is also square in proportion, should be used as the precomposed icon. A space administrator should set the space icon to represent the same image that is supplied in the MDM web clip payload, so that when the web clip is opened, the icon does not change. This allows multiple web clips to be supplied to users' iDevices pointing to different spaces.

            [CONFSERVER-41278] Use Space Logo as Mobile "apple-touch-icon-precomposed"

            Just block in nginx:

            location ~ /apple-touch-icon(|-\d+x\d+)(|-precomposed).png {
                return 404;
                log_not_found off;
            }
            

            Gonchik Tsymzhitov added a comment - Just block in nginx: location ~ /apple-touch-icon(|-\d+x\d+)(|-precomposed).png { return 404; log_not_found off; }

            Atlassian update

            Thank you for raising this suggestion. We regret to inform you that due to limited demand, we have no plans to implement it in the foreseeable future. In order to set expectations, we're closing this request now. Sometimes potentially valuable tickets do get closed where the Summary or Description has not caught the attention of the community. If you feel that this suggestion is valuable, consider describing in more detail or outlining how this request will help you achieve your goals. We may then be able to provide better guidance. Thanks again.
            Regards,
            Confluence Product Management

            Adam Barnes (Inactive) added a comment - Atlassian update Thank you for raising this suggestion. We regret to inform you that due to limited demand, we have no plans to implement it in the foreseeable future. In order to set expectations, we're closing this request now. Sometimes potentially valuable tickets do get closed where the Summary or Description has not caught the attention of the community. If you feel that this suggestion is valuable, consider describing in more detail or outlining how this request will help you achieve your goals. We may then be able to provide better guidance. Thanks again. Regards, Confluence Product Management

              Unassigned Unassigned
              1a05c45d-7327-4a0a-882e-5768ef010086 Deleted Account (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: