Software Archive
Read-only legacy content
17060 ディスカッション

IOS Ipad splash screen not displaying

yeoyong_l_
ビギナー
2,706件の閲覧回数

Hi,

Im using latest version of intel xdk which is incorporated with cordova 5.1.1. I built an application by adding all splashscreen for ios in build settings and also i added cordova splashscreen plugin but i'm still getting cordova as my application splash screen. Please let me know the solution or fix for this.

0 件の賞賛
11 返答(返信)
Amrita_C_Intel
従業員
2,706件の閲覧回数
yeoyong_l_
ビギナー
2,707件の閲覧回数

hi,

is no working after cleaning the cache. If i change splash screen to old design of splash screen, it will be working fine but if change to new design it will not display. 

PaulF_IntelCorp
従業員
2,707件の閲覧回数

@yeoyoung -- are you adding the splash screen using the Projects tab?

Amrita_C_Intel
従業員
2,707件の閲覧回数

Where are you testing on? Device or emulator? 

Amrita_C_Intel
従業員
2,707件の閲覧回数

Go through the process of downloading the .ipa and inspecting it to see what configuration Cordova created. 

What's happening is that if you don't specify a resolution, Cordova is filling in its own default image. Therefore, for your app to show a splashscreen reliably, you must provide one for all 11 resolutions.

What might be happening is that you had "Display zoom" set on your iPhone 6. This meant that the screen resolution being used was the "Rendered pixels" size of 640x1136, not the "Physical pixels" size of 750x1334. 

 

And 

See the hello-cordova sample and the intelxdk.config.additions.xml file. In particular, the

    <preference name="AutoHideSplashScreen" value="false" />

line... Don't recall if this needs to be true or false, but I think that's the key so you need to try this out with both the values.

 

For further reference checkout this article : https://software.intel.com/en-us/xdk/docs/using-the-cordova-for-android-ios-etc-build-option

Including Custom Splash Screens 

yeoyong_l_
ビギナー
2,707件の閲覧回数

Paul F. (Intel) wrote:

@yeoyoung -- are you adding the splash screen using the Projects tab?

hi Paul im adding splash screen using projects tab. but the splash screen is not displaying on the ipad device

yeoyong_l_
ビギナー
2,707件の閲覧回数

Amrita C. (Intel) wrote:

Go through the process of downloading the .ipa and inspecting it to see what configuration Cordova created. 

What's happening is that if you don't specify a resolution, Cordova is filling in its own default image. Therefore, for your app to show a splashscreen reliably, you must provide one for all 11 resolutions.

What might be happening is that you had "Display zoom" set on your iPhone 6. This meant that the screen resolution being used was the "Rendered pixels" size of 640x1136, not the "Physical pixels" size of 750x1334. 

 

And 

See the hello-cordova sample and the intelxdk.config.additions.xml file. In particular, the

    <preference name="AutoHideSplashScreen" value="false" />

line... Don't recall if this needs to be true or false, but I think that's the key so you need to try this out with both the values.

 

For further reference checkout this article : https://software.intel.com/en-us/xdk/docs/using-the-cordova-for-android-...

Including Custom Splash Screens 

 

hi Amrita,

I'm include my splash screen in the project tab, which following the resolution require. 

And i'm not using emulator, but device (ipad).

 

 

PaulF_IntelCorp
従業員
2,707件の閲覧回数

Yeoyong -- the splash screen config image you show is for Android devices. You have to click the "iOS" tab to configure the splash screens for your iPad and other Apple devices. See the image below:

project tab.png

yeoyong_l_
ビギナー
2,707件の閲覧回数

Paul F. (Intel) wrote:

Yeoyong -- the splash screen config image you show is for Android devices. You have to click the "iOS" tab to configure the splash screens for your iPad and other Apple devices. See the image below:

 

hi

sorry for uploading the wrong screenshot, i have upload a new screenshot

thanks

Amrita_C_Intel
従業員
2,707件の閲覧回数

Try to close the running XDK and restart it, change the app id , and build it again and check on device.

yeoyong_l_
ビギナー
2,707件の閲覧回数

Amrita C. (Intel) wrote:

Try to close the running XDK and restart it, change the app id , and build it again and check on device.

 

Hi Amrita, 

i have close and restart the XDK but it still same, only the mobile splash screen is working fine. For table it''s no showing at all.

 

返信