You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/10/08 08:49:55 UTC

[GitHub] [cordova-android] ctaque commented on issue #1088: Icon

ctaque commented on issue #1088:
URL: https://github.com/apache/cordova-android/issues/1088#issuecomment-705427223


   I'm having a similar issue.
   My [icon](https://imgur.com/cdN0Vu4) is showing but is missing the background.
   
   
   Cordova 10.0.0
   
   Here is my config.xml 
   ```xml
       <?xml version='1.0' encoding='utf-8'?>
   <widget id="boutique.lemoulerobertloyson" version="1.4.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
       <name>Salle Robert Loyson</name>
       <description>
           L'application Salle Robert Loyson permet de réserver des billets de cinéma et spectacle
       </description>
       <author email="dev@cordova.apache.org" href="http://cordova.io">
           Apache Cordova Team
       </author>
       <content src="index.html" />
       <allow-navigation href="*" />
       <access origin="*" />
       <preference name="StatusBarOverlaysWebView" value="false" />
       <allow-intent href="http://*/*" />
       <allow-intent href="https://*/*" />
       <allow-intent href="tel:*" />
       <allow-intent href="sms:*" />
       <allow-intent href="mailto:*" />
       <allow-intent href="geo:*" />
       <platform name="android">
           <allow-intent href="market:*" />
           <icon density="ldpi" src="res/android/icon/ldpi.png" />
           <icon density="mdpi" src="res/android/icon/mdpi.png" />
           <icon density="hdpi" src="res/android/icon/hdpi.png" />
           <icon density="xhdpi" src="res/android/icon/xhdpi.png" />
           <icon density="xxhdpi" src="res/android/icon/xxhdpi.png" />
           <icon density="xxxhdpi" src="res/android/icon/xxxhdpi.png" />
           <resource-file src="res/android/mipmap-hdpi/ic_launcher.png" target="app/src/main/res/mipmap-hdpi/ic_launcher.png" />
           <resource-file src="res/android/mipmap-hdpi/ic_launcher_round.png" target="app/src/main/res/mipmap-hdpi/ic_launcher_round.png" />
           <resource-file src="res/android/mipmap-mdpi/ic_launcher.png" target="app/src/main/res/mipmap-mdpi/ic_launcher.png" />
           <resource-file src="res/android/mipmap-mdpi/ic_launcher_round.png" target="app/src/main/res/mipmap-mdpi/ic_launcher_round.png" />
           <resource-file src="res/android/mipmap-xhdpi/ic_launcher.png" target="app/src/main/res/mipmap-xhdpi/ic_launcher.png" />
           <resource-file src="res/android/mipmap-xhdpi/ic_launcher_round.png" target="app/src/main/res/mipmap-xhdpi/ic_launcher_round.png" />
           <resource-file src="res/android/mipmap-xxhdpi/ic_launcher.png" target="app/src/main/res/mipmap-xxhdpi/ic_launcher.png" />
           <resource-file src="res/android/mipmap-xxhdpi/ic_launcher_round.png" target="app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png" />
           <resource-file src="res/android/mipmap-xxxhdpi/ic_launcher.png" target="app/src/main/res/mipmap-xxxhdpi/ic_launcher.png" />
           <resource-file src="res/android/mipmap-xxxhdpi/ic_launcher_round.png" target="app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png" />
           <splash density="land-hdpi" src="res/android/screen/splash-land-hdpi.png" />
           <splash density="land-ldpi" src="res/android/screen/splash-land-ldpi.png" />
           <splash density="land-mdpi" src="res/android/screen/splash-land-mdpi.png" />
           <splash density="land-xhdpi" src="res/android/screen/splash-land-xhdpi.png" />
           <splash density="land-xxhdpi" src="res/android/screen/splash-land-xxhdpi.png" />
           <splash density="land-xxxhdpi" src="res/android/screen/splash-land-xxxhdpi.png" />
           <splash density="port-hdpi" src="res/android/screen/splash-port-hdpi.png" />
           <splash density="port-ldpi" src="res/android/screen/splash-port-ldpi.png" />
           <splash density="port-mdpi" src="res/android/screen/splash-port-mdpi.png" />
           <splash density="port-xhdpi" src="res/android/screen/splash-port-xhdpi.png" />
           <splash density="port-xxhdpi" src="res/android/screen/splash-port-xxhdpi.png" />
           <splash density="port-xxxhdpi" src="res/android/screen/splash-port-xxxhdpi.png" />
           <preference name="android-targetSdkVersion" value="29" />
       </platform>
       <platform name="ios">
           <allow-intent href="itms:*" />
           <allow-intent href="itms-apps:*" />
           <icon height="180" src="res/ios/icon/icon-60@3x.png" width="180" />
           <icon height="60" src="res/ios/icon/icon-60.png" width="60" />
           <icon height="120" src="res/ios/icon/icon-60@2x.png" width="120" />
           <icon height="76" src="res/ios/icon/icon-76.png" width="76" />
           <icon height="152" src="res/ios/icon/icon-76@2x.png" width="152" />
           <icon height="40" src="res/ios/icon/icon-40.png" width="40" />
           <icon height="80" src="res/ios/icon/icon-40@2x.png" width="80" />
           <icon height="57" src="res/ios/icon/icon.png" width="57" />
           <icon height="114" src="res/ios/icon/icon@2x.png" width="114" />
           <icon height="72" src="res/ios/icon/icon-72.png" width="72" />
           <icon height="144" src="res/ios/icon/icon-72@2x.png" width="144" />
           <icon height="29" src="res/ios/icon/icon-small.png" width="29" />
           <icon height="58" src="res/ios/icon/icon-small@2x.png" width="58" />
           <icon height="50" src="res/ios/icon/icon-50.png" width="50" />
           <icon height="100" src="res/ios/icon/icon-50@2x.png" width="100" />
           <icon height="167" src="res/ios/icon/icon-167.png" width="167" />
           <icon height="167" src="res/ios/icon/icon-83.5@2x.png" width="167" />
           <icon height="1024" src="res/ios/icon/icon-1024.png" width="1024" />
           <splash src="res/ios/screen/Default@2x~iphone~anyany.png" />
           <splash src="res/ios/screen/Default@2x~iphone~comany.png" />
           <splash src="res/ios/screen/Default@2x~iphone~comcom.png" />
           <splash src="res/ios/screen/Default@3x~iphone~anyany.png" />
           <splash src="res/ios/screen/Default@3x~iphone~anycom.png" />
           <splash src="res/ios/screen/Default@3x~iphone~comany.png" />
           <splash src="res/ios/screen/Default@2x~ipad~anyany.png" />
           <splash src="res/ios/screen/Default@2x~ipad~comany.png" />
   	<preference name="WKWebViewOnly" value="true" />
           <preference name="ScrollEnabled" value="true" />
       </platform>
       <engine name="browser" spec="^6.0.0" />
       <plugin name="cordova-plugin-whitelist" spec="1" />
       <plugin name="cordova-plugin-splashscreen" spec="~5.0.3" />
       <plugin name="cordova-plugin-statusbar" spec="^2.4.3" />
       <plugin name="cordova-plugin-ionic-webview" spec="^5.0.0" />
   </widget>
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org