Support for multiple splash screens in each orientation needed

  • 2
  • Question
  • Updated 5 years ago
Is there currently any way to specify the following splash screen orientations in PG Build's config.xml? This is needed for modern iPad apps:

Filename Dimensions
Default-Portrait.png (768w x 1004h)
Default-PortraitUpsideDown.png (768w x 1004h)
Default-Landscape.png (1024w x 748h)
Default-LandscapeLeft.png (1024w x 748h)
Default-LandscapeRight.png (1024w x 748h)
Default.png (Not recommended)

Ref: http://stackoverflow.com/a/5781878/11...
Photo of Per Quested Aronsson

Per Quested Aronsson

  • 23 Posts
  • 1 Reply Like

Posted 8 years ago

  • 2
Photo of Hardeep Shoker

Hardeep Shoker

  • 1941 Posts
  • 89 Reply Likes
Sorry Per,

Only the following are available (a single on for landscape and portrait)


<gap:splash src="splash/ios/Default.png" width="320" height="480" />
<gap:splash src="splash/ios/Default_at_2x.png" width="640" height="960" />
<gap:splash src="splash/ios/Default_iphone5.png" width="640" height="1136" />
<gap:splash src="splash/ios/Default-Landscape.png" width="1024" height="768" />
<gap:splash src="splash/ios/Default-Portrait.png" width="768" height="1024" />


Hardeep Shoker
Photo of Hardeep Shoker

Hardeep Shoker

  • 1941 Posts
  • 89 Reply Likes
I've added a feature request for you here: https://github.com/phonegap/build/iss...

There is no eta for the request at the moment though.

Hardeep Shoker
Photo of Per Quested Aronsson

Per Quested Aronsson

  • 23 Posts
  • 1 Reply Like
Thanks for the feedback! In that case you should also add the missing resolution (for high-res iPads): 1536 x 2008 (portrait) and 2048 x 1496 (landscape). Please see http://developer.apple.com/library/io... for reference.
Photo of David Batten

David Batten

  • 13 Posts
  • 0 Reply Likes
I'll second that request. ;-)
Photo of Hardeep Shoker

Hardeep Shoker

  • 1941 Posts
  • 89 Reply Likes
Noted in the issue.

Hardeep Shoker
Photo of Per Quested Aronsson

Per Quested Aronsson

  • 23 Posts
  • 1 Reply Like
Please check this out before fixing the issue: http://community.phonegap.com/nitobi/...
There is additional information about the topic.
Photo of Desmond Miles

Desmond Miles

  • 2 Posts
  • 0 Reply Likes
Can anyone help me how to integrate splashscreen in phonegap. 'Splashscreen' not at all working.. Can anyone give me sample code. I stucked for few days. FYI, I used 'Phonegap Desktop' to create a project. Anyone please address me as soon as possible. Thanks in advance.
Photo of Kishan Rathod

Kishan Rathod

  • 10 Posts
  • 0 Reply Likes
Hardeep

any idea about my following issue
http://community.phonegap.com/nitobi/...
Photo of Kishan Rathod

Kishan Rathod

  • 10 Posts
  • 0 Reply Likes
Photo of Desmond Miles

Desmond Miles

  • 2 Posts
  • 0 Reply Likes
Can anyone help me how to integrate splashscreen in phonegap. 'Splashscreen' not at all working.. Can anyone give me sample code. I stucked for few days. FYI, I used 'Phonegap Desktop' to create a project. Anyone please address me as soon as possible. Thanks in advance.
Photo of JesseMonroy650 (Volunteer)

JesseMonroy650 (Volunteer), Champion

  • 3325 Posts
  • 122 Reply Likes
Desmond, it is best to use a new thread when you have a problem. You can use my demo code. The code works under Android and iOS.

http://codesnippets.altervista.org/ex...

Jesse