I am using PGB 3.6.3
my appid is 697726
iphone 6 plus ios 8.1
splash plugin 0.3.4
https://build.phonegap.com/plugins/1274
according to this
http://docs.build.phonegap.com/en_US/...
[Q1]
what platform will use 750X1134 OR 1242X2248,because of them are all "portrait"
[Q2]
when I launch my app in portrait mode,it will show the splashscreen => 1242X2248,I concern for many times
but...
when I launch my app in landscape mode,it will show the splashscreen => 2248X1242 only about 1 second but immediately totally "out of shape",I concern for many times too
no lying,you can try
my appid is 697726
iphone 6 plus ios 8.1
splash plugin 0.3.4
https://build.phonegap.com/plugins/1274
according to this
http://docs.build.phonegap.com/en_US/...
[Q1]
what platform will use 750X1134 OR 1242X2248,because of them are all "portrait"
[Q2]
when I launch my app in portrait mode,it will show the splashscreen => 1242X2248,I concern for many times
but...
when I launch my app in landscape mode,it will show the splashscreen => 2248X1242 only about 1 second but immediately totally "out of shape",I concern for many times too
no lying,you can try
- 730 Posts
- 18 Reply Likes
Posted 6 years ago
- 1840 Posts
- 78 Reply Likes
Hi Colin,
750X1134 is used by the iPhone 6 whereas 1242X2208 is used by the 6 Plus.
I'm not sure about your 6 Plus splash screen issue. Can you screenshot the out of shape pic issue?
-yiming
750X1134 is used by the iPhone 6 whereas 1242X2208 is used by the 6 Plus.
I'm not sure about your 6 Plus splash screen issue. Can you screenshot the out of shape pic issue?
-yiming
(Edited)
- 730 Posts
- 18 Reply Likes
Hi timing
When I start my app in landscape
It start just like that

but after about 1 seconds,it immediately become with that,this is what I mean "out of shape"

I wonder if that in the document there is no description about iPhone 6 landscape detail size
Or maybe 2208X1242 in iPhone 6 plus is a wrong landscape size or other reason?
When I start my app in landscape
It start just like that

but after about 1 seconds,it immediately become with that,this is what I mean "out of shape"

I wonder if that in the document there is no description about iPhone 6 landscape detail size
Or maybe 2208X1242 in iPhone 6 plus is a wrong landscape size or other reason?
(Edited)
- 730 Posts
- 18 Reply Likes
hi timing
is there anything update ?
PS
ipad mini is work well when in portrait or landscape mode
but iphone 6 plus not
is there anything update ?
PS
ipad mini is work well when in portrait or landscape mode
but iphone 6 plus not
- 730 Posts
- 18 Reply Likes
hi Yi Ming
I found the same problem in stackoverflow
http://stackoverflow.com/questions/26...
I am using PGB 3.6.3 with splash screen plugin 0.3.5
but still not work
any solution ?
I found the same problem in stackoverflow
http://stackoverflow.com/questions/26...
I am using PGB 3.6.3 with splash screen plugin 0.3.5
but still not work
any solution ?
- 730 Posts
- 18 Reply Likes
hi Yi Ming
I made some test
when in landscape by iphone 6 plus
before out of shape = >2208X1242
.
.
about 1 second passed...
after out of shape = >2208X1242
I made some test
when in landscape by iphone 6 plus
before out of shape = >2208X1242
.
.
about 1 second passed...
after out of shape = >2208X1242
- 730 Posts
- 18 Reply Likes
well..
landscape before
https://d2r1vs3d9006ap.cloudfront.net...
landscape after
https://d2r1vs3d9006ap.cloudfront.net...
landscape before
https://d2r1vs3d9006ap.cloudfront.net...
landscape after
https://d2r1vs3d9006ap.cloudfront.net...
- 1840 Posts
- 78 Reply Likes
Hi Colin,
You should be able to resolve this by disabling the splashscreen plugin's use in your app for now.
-yiming
You should be able to resolve this by disabling the splashscreen plugin's use in your app for now.
-yiming
- 730 Posts
- 18 Reply Likes
hi yiming
I don't know what are your true meaning
you want me to disable this plugin ?!!!
http://plugins.cordova.io/#/package/o...
if disable it,how could I let the splash screen by show or hide (manually) ??
navigator.splashscreen.show();
navigator.splashscreen.hide();
I don't know what are your true meaning
you want me to disable this plugin ?!!!
http://plugins.cordova.io/#/package/o...
if disable it,how could I let the splash screen by show or hide (manually) ??
navigator.splashscreen.show();
navigator.splashscreen.hide();
- 1840 Posts
- 78 Reply Likes
Hi Colin,
The splashscreen plugin is causing the issue you mentioned on the iPhone 6 Plus. How the plugin works is that it creates another view that displays the same splashscreen after the original one is hidden by iOS. It doesn't properly support landscape splash screens on iPhones and reverts to attempting to display it vertically, hence why the splashscreen goes out of shape for a while.
-yiming
The splashscreen plugin is causing the issue you mentioned on the iPhone 6 Plus. How the plugin works is that it creates another view that displays the same splashscreen after the original one is hidden by iOS. It doesn't properly support landscape splash screens on iPhones and reverts to attempting to display it vertically, hence why the splashscreen goes out of shape for a while.
-yiming
- 730 Posts
- 18 Reply Likes
hi yiming
so you mean is...maybe disable the splashscreen plugin will solve the problem Temporary,but after it,it can't use manually way to hide the splash screen
navigator.splashscreen.hide
https://github.com/apache/cordova-plu...
right ? for this moment....
maybe I should submit a bug right here ?
issues.apache.org
so you mean is...maybe disable the splashscreen plugin will solve the problem Temporary,but after it,it can't use manually way to hide the splash screen
navigator.splashscreen.hide
https://github.com/apache/cordova-plu...
right ? for this moment....
maybe I should submit a bug right here ?
issues.apache.org
- 1840 Posts
- 78 Reply Likes
Yes.
Can you also confirm if forcing on landscape only views does not resolve the issue on your end?
-yiming
Can you also confirm if forcing on landscape only views does not resolve the issue on your end?
-yiming
(Edited)
- 730 Posts
- 18 Reply Likes
hi yiming
if forcing on landscape,still not resolve this issue that I check many times in iphone 6 Plus
so...
should I submit a bug right here ?
or...
is it a known issue already ? if yes,any link can let me trigger ?
if forcing on landscape,still not resolve this issue that I check many times in iphone 6 Plus
so...
should I submit a bug right here ?
or...
is it a known issue already ? if yes,any link can let me trigger ?
- 1840 Posts
- 78 Reply Likes
Yeap, file the bug report on this in the issue tracker.
-yiming
-yiming
- 730 Posts
- 18 Reply Likes
already done
https://issues.apache.org/jira/browse...
https://issues.apache.org/jira/browse...
- 730 Posts
- 18 Reply Likes
- 730 Posts
- 18 Reply Likes
hi yiming
if you use iphone 6 Plus in landscape mode
you will know what I mean...
if you use iphone 6 Plus in landscape mode
you will know what I mean...
- 730 Posts
- 18 Reply Likes
hi yiming
according to these
https://issues.apache.org/jira/browse...
https://issues.apache.org/jira/browse...
it seem the "landscape" issue still not solve,right ?
according to these
https://issues.apache.org/jira/browse...
https://issues.apache.org/jira/browse...
it seem the "landscape" issue still not solve,right ?
- 1840 Posts
- 78 Reply Likes
CB-7632 is already implemented in version 3.7.0. That one merely adds splash screen support to config.xml in PhoneGap and is unrelated to this issue which is caused by the plugin. Let me follow up with the devs on this.
-yiming
-yiming
- 730 Posts
- 18 Reply Likes
hi yiming
it seem still no any reply for really a long ago...
https://issues.apache.org/jira/browse...
can you help to trigger this issue or ask somebody's help ?
if could,I will very appreciate
it seem still no any reply for really a long ago...
https://issues.apache.org/jira/browse...
can you help to trigger this issue or ask somebody's help ?
if could,I will very appreciate
- 730 Posts
- 18 Reply Likes
JesseMonroy650 (Volunteer), Champion
- 3325 Posts
- 122 Reply Likes
@ColinBau, Do you realize this is a problem is more with Apple and *iPhone 6 plus*, and not so much with Phonegap/Cordova? If the problem reported to Apple?
- 730 Posts
- 18 Reply Likes
ok...I will try to file a issue to apple and see whether to solve the problem
Related Categories
-
PhoneGap Build
- 15111 Conversations
- 275 Followers
-
Plugins
- 1283 Conversations
- 38 Followers


