Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot define a 120x120px spotlight icon which is different from the app icon #592

Closed
3 tasks done
dominic-simplan opened this issue Apr 11, 2019 · 0 comments · Fixed by #1465
Closed
3 tasks done
Labels
Milestone

Comments

@dominic-simplan
Copy link

Bug Report

Problem

What is expected to happen?

It should be possible to define a 120x120px spotlight icon which is different from the app icon.

What does actually happen?

The documentation for the icons on IOS only mentions the following spotlight icons:

<!-- Spotlight Icon -->
<icon src="res/ios/icon-40.png" width="40" height="40" />
<icon src="res/ios/icon-40@2x.png" width="80" height="80" />

However, according to apple, 120x120 should also be provided for spotlight icons.

There is actually a 120x120 icon defined in the config.xml, but it's already used for the app icon. Currently is seems as if Cordova is just reusing this app icon for the spotlight icon. It should be possible to define two seperate icons instead.

Another small documentation issue:
The app icon in 167x167 is defined twice:

<icon src="res/ios/icon-167.png" width="167" height="167" />
<icon src="res/ios/icon-83.5@2x.png" width="167" height="167" />

Version information

cordova-ios 5.0.0
cordova 9.0.0

Checklist

  • I searched for existing GitHub issues
  • I updated all Cordova tooling to most recent version
  • I included all the necessary information above
@janpio janpio added the support label Apr 16, 2019
@dpogue dpogue added this to the 8.0.0 milestone Aug 17, 2024
dpogue added a commit to dpogue/cordova-ios that referenced this issue Aug 17, 2024
Ironically, this also allows most people to drastically simplify their
icons by only providing a single 1024⨉1024 image with no special
attributes.

Closes apacheGH-592.
Closes apacheGH-623.
Closes apacheGH-657.
Closes apacheGH-658.
Closes apacheGH-1019.
Closes apacheGH-1233.
Closes apacheGH-1387.
dpogue added a commit to dpogue/cordova-ios that referenced this issue Aug 17, 2024
Ironically, this also allows most people to drastically simplify their
icons by only providing a single 1024⨉1024 image with no special
attributes.

Closes apacheGH-592.
Closes apacheGH-623.
Closes apacheGH-657.
Closes apacheGH-658.
Closes apacheGH-1019.
Closes apacheGH-1233.
Closes apacheGH-1387.
dpogue added a commit to dpogue/cordova-ios that referenced this issue Aug 18, 2024
Ironically, this also allows most people to drastically simplify their
icons by only providing a single 1024⨉1024 image with no special
attributes.

Closes apacheGH-592.
Closes apacheGH-623.
Closes apacheGH-657.
Closes apacheGH-658.
Closes apacheGH-1019.
Closes apacheGH-1233.
Closes apacheGH-1387.
dpogue added a commit to dpogue/cordova-ios that referenced this issue Aug 18, 2024
Ironically, this also allows most people to drastically simplify their
icons by only providing a single 1024⨉1024 image with no special
attributes.

Closes apacheGH-592.
Closes apacheGH-623.
Closes apacheGH-657.
Closes apacheGH-658.
Closes apacheGH-1019.
Closes apacheGH-1233.
Closes apacheGH-1387.
dpogue added a commit to dpogue/cordova-ios that referenced this issue Aug 18, 2024
Ironically, this also allows most people to drastically simplify their
icons by only providing a single 1024⨉1024 image with no special
attributes.

Closes apacheGH-592.
Closes apacheGH-623.
Closes apacheGH-657.
Closes apacheGH-658.
Closes apacheGH-1019.
Closes apacheGH-1233.
Closes apacheGH-1387.
dpogue added a commit to dpogue/cordova-ios that referenced this issue Aug 18, 2024
Ironically, this also allows most people to drastically simplify their
icons by only providing a single 1024⨉1024 image with no special
attributes.

Closes apacheGH-592.
Closes apacheGH-623.
Closes apacheGH-657.
Closes apacheGH-658.
Closes apacheGH-1019.
Closes apacheGH-1233.
Closes apacheGH-1387.
dpogue added a commit to dpogue/cordova-ios that referenced this issue Aug 20, 2024
Ironically, this also allows most people to drastically simplify their
icons by only providing a single 1024⨉1024 image with no special
attributes.

Closes apacheGH-592.
Closes apacheGH-623.
Closes apacheGH-657.
Closes apacheGH-658.
Closes apacheGH-1019.
Closes apacheGH-1233.
Closes apacheGH-1387.
dpogue added a commit to dpogue/cordova-ios that referenced this issue Aug 21, 2024
Ironically, this also allows most people to drastically simplify their
icons by only providing a single 1024⨉1024 image with no special
attributes.

Closes apacheGH-592.
Closes apacheGH-623.
Closes apacheGH-657.
Closes apacheGH-658.
Closes apacheGH-1019.
Closes apacheGH-1233.
Closes apacheGH-1387.
@dpogue dpogue closed this as completed in 3ce3a7e Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants