Splash screen, missing icon on the iPhone 6

Hello world

I'm working on a project that runs on all the Android and iOS devices. All icons and splash screens are displayed correctly on all devices with one exception: the screen icon that should appear on the app display recently used (double tapping the home button) and start on a iPhone 6 / 6 +.

  1. The relevant parts of the config file are taken directly from the documentation of gap phone with the only changes being editing paths in the src attributes.
  2. All images are in the correct location in the correct format/resolution with the correct name.
  3. The application is locked in the landscape.

Any ideas/insight would be greatly appreciated!

Here's the relevant section of the config file:

<! - excerpt from startup configuration - >

<preference name="orientation" value="landscape" />
<preference name="fullscreen" value="true"/>
<preference name="AutoHideSplashScreen" value="true"/>
<preference name="FadeSplashScreenDuration" value="300"/>

<!--Splash Screen Plugin -->

<plugin name="cordova-plugin-splashscreen" spec="2.1.0"/>

<!--In App Browser Plugin -->

<plugin name="cordova-plugin-inappbrowser"/>

<!--Status Bar Plugin -->

<plugin name="com.phonegap.plugin.statusbar" spec="1.1.0" source="pgb"/>

<!--Device Plugin -->

<plugin name="cordova-plugin-device" spec="1.0.1"/>

<icon src="icon.png"/>
<splash src="splash.png"/> <!--ToDo: make android splash blue -->

<!-- iOS -->

<platform name="ios">

   <preference name="DisallowOverscroll" value="true"/>

   <!-- ICONS -->

   <!-- iPhone 6 / 6+ -->
   <icon src="assets/img/iOS/[email protected]" width="180" height="180"/>

   <!-- iPhone / iPod Touch  -->
   <icon src="assets/img/iOS/icon-60.png" width="60" height="60"/>
   <icon src="assets/img/iOS/[email protected]" width="120" height="120"/>

   <!-- iPad -->
   <icon src="assets/img/iOS/icon-76.png" width="76" height="76"/>
   <icon src="assets/img/iOS/[email protected]" width="152" height="152"/>

   <!-- Settings Icon -->
   <icon src="assets/img/iOS/icon-small.png" width="29" height="29"/>
   <icon src="assets/img/iOS/[email protected]" width="58" height="58"/>

   <!-- Spotlight Icon -->
   <icon src="assets/img/iOS/icon-40.png" width="40" height="40"/>
   <icon src="assets/img/iOS/[email protected]" width="80" height="80"/>

   <!-- SPLASH -->

   <!-- iPhone and iPod touch -->
   <splash src="assets/img/iOS/Default.png" width="320" height="480"/>
   <splash src="assets/img/iOS/[email protected]" width="640" height="960"/>

   <!-- iPhone 5 / iPod Touch (5th Generation) -->
   <splash src="assets/img/iOS/[email protected]" width="640" height="1136"/>

   <!-- iPhone 6 -->
   <splash src="assets/img/iOS/[email protected]" width="750" height="1334"/>
   <splash src="assets/img/iOS/[email protected]" width="1242" height="2208"/>
   <splash src="assets/img/iOS/[email protected]" width="2208" height="1242"/>

   <!-- iPad -->
   <splash src="assets/img/iOS/Default-Portrait.png" width="768" height="1024"/>
   <splash src="assets/img/iOS/Default-Landscape.png" width="1024" height="768"/>

   <!-- Retina iPad -->
   <splash src="assets/img/iOS/[email protected]" width="1536" height="2048"/>
   <splash src="assets/img/iOS/[email protected]" width="2048" height="1536"/>
</platform>

<!-- Android -->

<platform name="android">

   <preference name="permissions" value="none"/>

   <icon src="assets/img/Android/ldpi.png" qualifier="ldpi"/>
   <icon src="assets/img/Android/mdpi.png" qualifier="mdpi"/>
   <icon src="assets/img/Android/hdpi.png" qualifier="hdpi"/>
   <icon src="assets/img/Android/xhdpi.png" qualifier="xhdpi"/>
   <icon src="assets/img/Android/xxhdpi.png" qualifier="xxhdpi"/>
   <!--<icon src="assets/img/Android/fr-xxhdpi.png" qualifier="fr-xxhdpi"/>-->

   <splash src="assets/img/Android/splash-land-ldpi.png" qualifier="ldpi"/>
   <splash src="assets/img/Android/splash-land-mdpi.png" qualifier="mdpi"/>
   <splash src="assets/img/Android/splash-land-hdpi.png" qualifier="hdpi"/>
   <splash src="assets/img/Android/splash-land-xhdpi.png" qualifier="xhdpi"/>
   <!--<splash src="assets/img/Android/fr-xhdpi.png" qualifier="fr-xhdpi"/>-->
   <!--<splash src="assets/img/Android/portrait-xxhdpi.png" qualifier="port-xxhdpi"/>-->
   <!--<splash src="assets/img/Android/landscape-xxhdpi.png" qualifier="land-xxhdpi"/>-->

</platform>

<config-file platform="ios" parent="UIStatusBarHidden">
   <true/>
</config-file>

<config-file platform="ios" parent="UIViewControllerBasedStatusBarAppearance">
   <false/>
</config-file>

<! - fine excerpt from configuration - >

It turns out that a problem with git is hiding the fact that it lacked [email protected] the '@' in the name and we were missing [email protected] completely. Rename and add these files solved the problem.

Tags: PhoneGap

Similar Questions

  • Sizes of Splash screen and names for the iPhone 6 and 6 more in the file descriptor xml files

    Is anyone know the sizes of screen and the file names for the iPhone 6 and 6 more (for the descriptor xml file)? Or current splash screens works on both devices?

    i.e. Default-Portrait.png *-768w x 1024 h

    Hello

    Here is the specification.

    iPhone 6

    Start screen

    750 x 1334

    72

    [email protected]

    Resources or resources/iphone

    iPhone 6 more landscape

    Start screen

    2208 x 1242

    72

    [email protected]

    Resources or resources/iphone

    iPhone 6 Plus portrait

    Start screen

    1242 x 2208

    72

    [email protected]

    Resources or resources/iphone

    You can find more info here - http://docs.appcelerator.com/titanium/3.0/#! / guide/Icons_and_Splash_Screens-section-290048 97_IconsandSplashScreens-Splashscreens

  • iOS, splash screens and icons are not included

    Hello

    I'm having a problem where not all the splash screen and icons are included when building for iOS. Ipa package generated by Phonegap Build does not use the screens provided for the following sizes:

    750 * 1334

    1242 * 2208

    2208 * 1242

    640 * 960

    In addition, the icon 76x76@2x~ipad (152 * 152) is also not included, but is rather just a black white icon (see below).

    splash.jpg

    The icons are included in the file of configuration as follows:

    < platform name = "ios" >

    <!--> iPhone and iPod touch

    "< splash src="splash/ios/Default.png "width ="320"height ="480"/ >

    "< splash src="splash/ios/iphone_landscape.png "width ="480"height ="320"/ >

    "< splash src="splash/ios/Default_at_2x.png "width ="640"height ="960"/ >

    "< splash src="splash/ios/iphone_landscape_at_2x.png "width ="960"height ="640"/ >

    <!--5 iPhone / iPod Touch (5th generation) - >

    "< splash src="splash/ios/Default-568h_at_2x.png "width ="640"height ="1136"/ >

    "< splash src="splash/ios/Default_iphone5_landscape.png "width ="1136"height ="640"/ >

    <!-iPhone - 6 >

    "< splash src="res/screen/ios/Default-667h.png "width ="750"height ="1334"/ >

    "< splash src="res/screen/ios/Default-Landscape-667h.png "width ="1334"height ="750"/ >

    "< splash src="res/screen/ios/Default-736h.png "width ="1242"height ="2208"/ >

    "< splash src="res/screen/ios/Default-Landscape-736h.png "width ="2208"height ="1242"/ >

    <! - iPad - >

    "< splash src="splash/ios/screen-ipad-portrait.png "width ="768"height ="1024"/ >

    "< splash src="splash/ios/screen-ipad-landscape.png "width ="1024"height ="768"/ >

    <! - iPad retina - >

    < splash src = "splash/ios/[email protected]" width = "1536" height = "2048" / >

    < splash src = "splash/ios/[email protected]" width = "2048" height = "1536" / >

    "< splash src="splash/ios/Default-Portrait.png "width ="768"height ="1004"/ >

    "< splash src="splash/ios/Default-Landscape1004.png "width ="1004"height ="768"/ >

    <!-retina iPhone 6 s more, iPhone 6 more - >

    "< splash src="splash/ios/Default-i6plus-Portrait.png "width ="1080"height ="1920"/ >

    "< splash src="splash/ios/Default-i6plus-Landscape.png "width ="1920"height ="1080"/ >

    <!--12,9 inch iPad Pro->

    "< splash src="splash/ios/Default-iPro-Portrait.png "width ="2048"height ="2732"/ >

    "< splash src="splash/ios/Default-iPro-Landscape1004.png "width ="2732"height ="2048"/ >

    < / platform >

    I confirmed that the files are present in the zip uploaded to the build server. I am also using the latest plugin splashscreen configured as follows:

    < plugin name = "cordova-plugin-splashscreen" source = "MNP" / >

    My app ID is 1059690 and I'd appreciate any help.

    Thank you

    Ed.

    melb101 Just curiously, have you checked that your startup files are folders that you specified as sources.

    Some have

    and the ones failing have

  • broken iPad splash screen/launch behavior using the landscape for AIR 3.6?

    I've just updated to 3.6 Air (under 4.6 FB) and I now see a problem with my application to launch when the home button is on the left in landscape mode.

    It's on my iPad 2 (current running iOS 6.0). However, this does not happen on my iPad3 (under iOS5.1).

    Launch my app under Air 3.6 on my iPad 2 with button at the House on the left the following sequence occurs:

    -L' splash screen appears correctly.

    -That the splash screen will not disappear, the app to turn backwards and will remain upside after launch of finishing.

    -I turn on the iPad 180 degrees and then again so that it can recognize the good sense.

    I have a few other applications that use the same project as a model and share the same code of launch. An application that I have compiled under Air 3.4 does not have this problem at all on the exact same iPad. The launch sequence works flawlessly.

    I have a few other applications that have been compiled under Air on the same iPad 3.2 which show the following behavior, which is not too serious:

    -L' splash screen appears correctly.

    -L' start for a brief moment screen flips upside down.

    -L' splash screen then rights itself and the application starts the way upward as it should.

    It seems that something has changed in the way AIR 3.6 manages splash screens and the launch of an application.

    I don't know if this could be linked to the question that has been published here (even though it has been indicated for iPod/iPhone):

    http://forums.Adobe.com/message/5194883#5194883

    Hello

    I had the same problem, and adding to the Argument of the right Version of Flash Player of compiler corrected it.

    Try adding:-swf-version = 19

    Best regards

    Roman

  • removal of icons from the iphone 6 s 9.1

    removal of icons from the iphone 6 s 9.1

    What is your question?

  • the recommended screen is blank on the iphone 6 s for my Apple Watch

    the recommended screen is blank on the iphone 6 s for my Apple Watch also the Explorer screen is blank, I am trying to download other applications for my Apple Watch

    Hi Vickie - try the following steps:

    On your iPhone, go to: settings > Wi - Fi - switch on and connect to a wireless network, or;

    On your iPhone, go to: settings > cellular / Mobile data > put data at the top, then scroll down to the section titled "cell use / Mobile Data For" > turn on the setting to watch (Note: carrier charges may apply for data usage).

  • FixIt 50229 fails to correct the missing icons in the sector of plateau running w7x64 & IE9

    Missing icons in the tray area, IE without the "arrow" to go to the page of the game icon and other action center cannot access as the arrow is missing. Have run the FixIt 50229 trying to correct it but that too fails.

    [Moved]

    Hello

    You did changes to the computer before the show?

    Method 1:
    You can try the following steps and check.
    a. Right-click on the taskbar and click Properties.
    b. Click on the Area of Notification tab.
    c. Check (on) or disable (off) the options you want or do not want to display on the Taskbar Notification area.

    Method 2:
    Try these steps and check.
    a. right click on a zone empty of the taskbar.
    b. tab select properties then taskbar.
    c. press the button customize section Notification area.

    Method 3:
    If the fix that it does not help then try the steps in knowledge base article and check.
    System icons do not appear in the notification area in Windows Vista or Windows 7, you must restart the computer

    http://support.Microsoft.com/kb/945011
    Note: This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry in Windows:
    http://support.Microsoft.com/kb/322756

  • Just installed LR cc on my Mac. At first I see the splash screen soon but then the program stops

    Just installed LR cc on my Mac. At first I see the splash screen soon, but then the program stops.

    Tried to uninstall and reinstall but this does not solve the problem.

    Here detailed description: If you are seen Lightroom CC install questions - Lightroom Killer Tips

  • where is the icon of the iphone on

    information from the iPhone on the iTunes site or Apple and where is the little phone that you clicked get info and move photos from your phone to a PC?

    The following website contains information of the iPhone: http://www.apple.com/iphone/

    If this isn't the type of information you want, reply with more details.

    iTunes can be used to move pictures from a computer to the iPhone but not the other way. I suspect you're talking about the iPhone icon is shown in the screenshot below (since locate and view your device in iTunes - Apple Support )

  • move the icons on the iPhone 6

    How can I move without the other icons jump around?

    Hello

    Applications jiggle when moving from an application in a single screen or other screens. Just press the button to the House once to stop jiggling apps.

  • Missing icons in the Notification area of the taskbar

    Some of my auto began the task at startup are not presented in my taskbar notification area. Check or uncheck to hide the icons inactive functions have no influence on this behavior. Is this a known bug of Windows XP-Home Edition?

    Hello

    Tasks that are not present in the taskbar area?
    As far as I know if the application has started as a background process doesn t lie in the taskbar.
    Also possibly installing some programs ask you if you want to create the icon in the taskbar.

    Additional I found an article very useful on the icons in system tray missing at startup of Windows XP.
    http://www.Tech-Pro.NET/howto_013.html

    Maybe it will help you a little.

  • 3 months of missing photos of the iPhone download

    A few times a year I plug my iphone on my laptop to transfer photos, in case I lose my iphone. I plug it into my computer and when the pop-up box I click Import pictures and it does everything for me automatically. Last download I did was in June 2015. Today I went to do another upload but it only downloaded pictures of October until today (December 2015). I disconnected and reconnected, the popup's come, I clicked on import images, and he says no new pictures to import. I went into work stations, has chosen the icon iPhone from Toshiba, a click on the internal storage, DCIM, and there were two folders - 100 and 101 of the Apple Apple. The two files contained photos of October until today and nothing else. I also tried clicking on "Import settings" after that the popup asking if I want to import photos, but because the new popup appears saying 'no new photos to import' it stops the option import settings before I can click on it. I also right click the Toshiba Iphone icon and the selected import images, but it does also some new photos to import. The phone is also unlocked when I plug so it's not that either. I've been watching the previous discussions, but none of the solutions seem to work for me.

    I wonder why two 100 Apple and Apple 101 records show only pictures from the last three months, when I have two years of photos on my iphone. And above all, I wonder why my photos from July, August and September 2015 appear not anywhere, and how can I find them on my computer and download them to my computer?

    Thank you

    When you import the photos on your computer, they generally go in the photos folder in the main folder of the user. Here you may find all the photos that were previously imported. For your other question, it would be useful that you gave us more information on the computer and the software allows you to import photos.

  • How can I get the LabView return standard splash screen after installation of the evaluation of Robotics module?

    I installed the Labview Robotics module for evaluation, but when I start now Labview I meet the following start screen:

    How to bring back the Labview standard splash screen?

    Terje,

    When LabVIEW Robotics is installed, it replaces the file LabVIEW get a window on the way.  You can return to the standard window began to to repairing the installation of LabVIEW:

    1. Go to add/remove programs from the control panel.
    2. National Instruments -click and select Change/Remove.
    3. Choosing to fix LabVIEW.
    4. Insert the LabVIEW Setup disk if you have an or navigate to the network location that you used to install LabVIEW.
    5. After you have repaired LabVIEW, you should be able to restart with the default value getting started window restored.
  • Adding missing icon in the notification area of the taskbar

    Volume icon is missing from the notification area of the taskbar.  I did the procedure recommended by accessing the properties, select the notification tab.  Problem is that the check box and the volume of speech can not be selected.  They are grayed out.  How can I reinstall this icon?  Thank you.

    Volume icon is missing from the notification area of the taskbar.  I did the procedure recommended by accessing the properties, select the notification tab.  Problem is that the check box and the volume of speech can not be selected.  They are grayed out.  How can I reinstall this icon?  Thank you.

    Use this tutorial. Depending on the version of Vista, you have, use the method two or three.
    http://www.Vistax64.com/tutorials/106787-notification-area-system-icons.html

    Note: the tutorial is NOT to display the missing icons. It is not gray box so that you can go and check now.

    t-4-2

  • Missing icons on the open file dialogue box

    I am running Windows 7 Professional (64 bit).  All updates applied.

    Problem: When you use the dialog box open file - some file/folder icons are missing.  Not that big of a deal, but introduce that dialog open file in an application they may crash.  I think this may be the cause.

    Details: When I use Windows Explorer, everything seems as it should be in the Navigation pane.  For example, I see Favorites and Desktop under Favorites.  The desktop icon is correct.  Everything is as it should be.  If I open Wordpad, and then select file open, the dialog box is, once again, as it should.  All the icons displayed.  However, if I open Word 2007 and select the open file, there is a strange icon for the office and most of the other items under Favorites, some of my libraries display one appropriate icon, others do not.  In the right pane (where the files are listed), there are no icons for files at all, they are simply empty.  I can select the files, then open them, everything works, just no icons.  It is not only the Microsoft Office applications that illustrate this.  If I open the VLC media player, select media, open a file.  I have the same thing (missing icons).

    I could live with that, but it seems to cause some applications (applications specifically Flash) to hang when I try to open the files.  For example, if I try to upload a photo to Snapfish.com using the Flash application, it crashes every time than IE when the open file dialog box opens.  Exactly the same happens using the Chrome browser.  Everything works fine as long as I do not open the open file dialog box.

    Any suggestions?

    Thank you

    Jonathan

    Hello Jonathan Moeller.

    There are a few additional troubleshooting steps that we could proceed to isolate or fix this problem.  Just to inform you beforehand, if in fact it is malicious viral content on your system or base operating system files are potentially corrupt. I might suggest a repair installation.  This would be the last option or suggestion.

    -Open the prompt (run as administrator) and type SFC/scannow

    -Create an another user account (Admin) and check if in fact you are still having this problem

    -Turn your computer into a cleanboot scenerio to isolate if a 3rd party service is potentially the first cause of this issue.  Here are the steps...

    Step 1: Open the System Configuration utility

    ClickStart

    type msconfig in theSearch box and press ENTER.

    If you are prompted for an administrator password or a confirmation, type the password, or provide confirmation.

    Step 2: Configure selective startup options

    1. in theSystem Configuration utility dialog box, click Selective startup on thegeneral tab.

    2 clear theLoad Startup items check box.

    Note The check boxuse the Boot file is not available.

    3. click on theServices tab.

    4. Click to select thehide all Microsoft Services check box.

    5. click ondisable alland then click OK.

    6. When you are prompted, clickrestart.

    -In addition, please try to rebuild the indexing function.  Here are the steps...

    1. go into the Control Panel.

    2 display All the items from Control Panel by changing the parameter display by in the upper right corner of thelarge icons or small iconscategory.

    3. Select Indexing Options.

    4. click on the Advanced button.

    5. when the UAC prompt appears, click continue.

    6. in the Troubleshooting section, click on the button to rebuild

    -In addition, each local user account have their Iconcache.db file or database is located at c:\users\Username\appdata\local\iconcache.db.  Please remove this file.  However, it is preferable that you simply follow the steps below.  Everything must be simple to follow.

    Re-create the file icon-Cache by deleting

    1. Each user has its own file named Iconcache.db: USERPROFILE%\AppData\Local\Iconcache.db
    2. Close all the explorer.exe process using the Task Manager (or else it will create a bad file during the closing session/restart)... Go to the processes tab and locate explorer.exe and right-click on it and select end process tree tree/end of tasks
    3. Use the Task Manager (CTRL + SHIFT + ESC) to launch the explorer.exe again... Once you open the Task Manager, click file, new task.  type 'explorer.exe '... All of your icons should reappear with the taskbar.  You may need to shut down or restart your computer.  Please check if you are able to see your icons with success.

    If you please follow on this thread at the earliest, I would be very happy.  I look forward to hear from you.  Have a great day.

    Thank you

    Aaron

    Aaron
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

Maybe you are looking for

  • HP Photosmart software for scanner Scanjet G4010

    I upgraded my computer to an HP Pavilion with Windows 7 64-bit OS.  I have a disc for the HP Photosmart software for my Scanjet G4010 but it is Version 9.0 for Windows Vista.  Where can I get a copy of this set of programs for Windows 7 that I can in

  • Problems of 7250us dv7 HP Envy 2nd installation drive

    I recently cloned my 1 TB HARD drive for an SSD (500 GB) or basically restored to it using Acronis and it finally worked, but then I tried to install the original drive 1 TB in the 2nd Drive Bay, but when the 2nd connector is plugged into the second

  • ThinkPad x120e - weight and Dimensions of Lenovo shipping box

    Problem - I need to know the total weight and the dimensions of the box that the X120e (0596CTO) is sent to help. Reason - I am wanting to buy a Thinkpad X120e and the ship forward in Australia, cos, although the X100e has been marketed in Australia,

  • Rear USB port of U2414H not function

    Hi all I use U2414h Dell monitor connected with my surface pro 3 with the mini display cable and usb cable upstream to serve a second monitor and usb hubs, and I always connected a laptop hard drive to the USB rear powered high at the back of the scr

  • How to buy a windows product key 7?

    Hello guys is it possible to buy only a product key for windows 7 ultimate SP1 - 64-bit? what I mean is to download windows 7 ultimate sp1 and then activate it with the product key! If possible, could you give me please the link to download windows 7