- 6 Posts
- 0 Reply Likes
- confused
Posted 4 years ago
- 1 Post
- 0 Reply Likes
A hotfix is warmly welcomed. Impossible to use in production without a proper icon/splash.
- 730 Posts
- 18 Reply Likes
- 6 Posts
- 0 Reply Likes
- 16 Posts
- 2 Reply Likes
- 34 Posts
- 0 Reply Likes
JesseMonroy650 (Volunteer), Champion
- 3325 Posts
- 122 Reply Likes
- 5 Posts
- 0 Reply Likes
everything else is working great.
- 16 Posts
- 0 Reply Likes
$ionicPlatform.ready(function() {
if (typeof StatusBar !== "undefined") {
StatusBar.overlaysWebView(true);
StatusBar.styleLightContent();
}
setTimeout(function() {
if (typeof navigator.splashscreen !== "undefined") {
navigator.splashscreen.hide();
}
}, 200);
$state.go('check');
});
Everithing works with 5.2.0
ryan, Developer
- 1538 Posts
- 132 Reply Likes
JesseMonroy650 (Volunteer), Champion
- 3325 Posts
- 122 Reply Likes
http://community.phonegap.com/nitobi/...
- 2 Posts
- 0 Reply Likes
- 66 Posts
- 1 Reply Like
ryan, Developer
- 1538 Posts
- 132 Reply Likes
- 5 Posts
- 0 Reply Likes
is that a new config option?
ryan, Developer
- 1538 Posts
- 132 Reply Likes
<!-- iPhone 6 / 6+ -->
<icon src="res/icon/ios/icon-60@3x.png" platform="ios" width="180" height="180" />
<!-- iPhone / iPod Touch -->
<icon src="res/icon/ios/icon-60.png" platform="ios" width="60" height="60" />
<icon src="res/icon/ios/icon-60@2x.png" platform="ios" width="120" height="120" />
<!-- iPad -->
<icon src="res/icon/ios/icon-76.png" platform="ios" width="76" height="76" />
<icon src="res/icon/ios/icon-76@2x.png" platform="ios" width="152" height="152" />
<!-- Settings Icon -->
<icon src="res/icon/ios/icon-small.png" platform="ios" width="29" height="29" />
<icon src="res/icon/ios/icon-small@2x.png" platform="ios" width="58" height="58" />
<!-- Spotlight Icon -->
<icon src="res/icon/ios/icon-40.png" platform="ios" width="40" height="40" />
<icon src="res/icon/ios/icon-40@2x.png" platform="ios" width="80" height="80" />
I think it might be the 80px "Spotlight" icon on my iPhone 6.
- 6 Posts
- 0 Reply Likes
Petra V., Champion
- 7794 Posts
- 1391 Reply Likes
https://developer.apple.com/library/i...
You are missing the 87x87 (only recommended, not required)
Petra V., Champion
- 7794 Posts
- 1391 Reply Likes
And are you sure the paths in config are OK (so you have a directory /res directly under the root, not something like /www first)?
- 6 Posts
- 0 Reply Likes
- 730 Posts
- 18 Reply Likes
thank you for your reply
after rebuild,the icon and splashscreen all show up
but it appear a strange behavior
no mater I define these picture or not in my config.xml
these strange picture will all show up
Cordova Cli also have the "87X87" problem
https://issues.apache.org/jira/browse...
but only 87X87
ryan, Developer
- 1538 Posts
- 132 Reply Likes
- 6 Posts
- 0 Reply Likes
/* com.apple.actool.errors */
/project/DeveSuite/Images.xcassets: error: The launch image set named "LaunchImage" did not have any applicable content.
Our AppID is 1546901
config.xml:
<icon src="icon.png" />
<icon src="res/icon/android/icon-36-ldpi.png" gap:platform="android" gap:density="ldpi" />
<icon src="res/icon/android/icon-48-mdpi.png" gap:platform="android" gap:density="mdpi" />
<icon src="res/icon/android/icon-72-hdpi.png" gap:platform="android" gap:density="hdpi" />
<icon src="res/icon/android/icon-96-xhdpi.png" gap:platform="android" gap:density="xhdpi" />
<icon src="res/icon/android/icon-144-xxhdpi.png" gap:platform="android" gap:density="xxhdpi" />
<icon src="res/icon/ios/icon-57.png" gap:platform="ios" width="57" height="57" />
<icon src="res/icon/ios/icon-72.png" gap:platform="ios" width="72" height="72" />
<icon src="res/icon/ios/icon-76.png" gap:platform="ios" width="76" height="76" />
<icon src="res/icon/ios/icon-57-2x.png" gap:platform="ios" width="114" height="114" />
<icon src="res/icon/ios/icon-120.png" gap:platform="ios" width="120" height="120" />
<icon src="res/icon/ios/icon-72-2x.png" gap:platform="ios" width="144" height="144" />
<icon src="res/icon/ios/icon-76-2x.png" gap:platform="ios" width="152" height="152" />
<icon src="res/icon/windows-phone/icon-48.png" gap:platform="winphone" />
<icon src="res/icon/windows-phone/icon-173.png" gap:platform="winphone" gap:role="background" />
<!-- Define app splash screen for each platform. -->
<gap:splash src="splash.png" />
<!-- Android -->
<gap:splash src="splash.png" gap:platform="android" gap:qualifier="land-ldpi" />
<gap:splash src="splash.png" gap:platform="android" gap:qualifier="port-ldpi" />
<gap:splash src="splash.png" gap:platform="android" gap:qualifier="land-mdpi" />
<gap:splash src="splash.png" gap:platform="android" gap:qualifier="port-mdpi" />
<gap:splash src="splash.png" gap:platform="android" gap:qualifier="land-hdpi" />
<gap:splash src="splash.png" gap:platform="android" gap:qualifier="port-hdpi" />
<gap:splash src="splash.png" gap:platform="android" gap:qualifier="land-xhdpi" />
<gap:splash src="splash.png" gap:platform="android" gap:qualifier="port-xhdpi" />
<gap:splash src="splash.png" gap:platform="android" gap:qualifier="land-xxhdpi" />
<gap:splash src="splash.png" gap:platform="android" gap:qualifier="port-xxhdpi" />
<!-- iPhone -->
<gap:splash src="splash.png" gap:platform="ios" width="320" height="480" />
<gap:splash src="splash.png" gap:platform="ios" width="480" height="320" />
<gap:splash src="splash.png" gap:platform="ios" width="640" height="960" />
<gap:splash src="splash.png" gap:platform="ios" width="960" height="640" />
<gap:splash src="splash.png" gap:platform="ios" width="640" height="1136" />
<gap:splash src="splash.png" gap:platform="ios" width="1136" height="640" />
<gap:splash src="splash.png" gap:platform="ios" width="750" height="1334" />
<gap:splash src="splash.png" gap:platform="ios" width="1334" height="750" />
<gap:splash src="splash.png" gap:platform="ios" width="1242" height="2208" />
<gap:splash src="splash.png" gap:platform="ios" width="2208" height="1242" />
<!-- iPad -->
<gap:splash src="splash.png" gap:platform="ios" width="768" height="1024" />
<gap:splash src="splash.png" gap:platform="ios" width="1024" height="768" />
<gap:splash src="splash.png" gap:platform="ios" width="1536" height="2048" />
<gap:splash src="splash.png" gap:platform="ios" width="2048" height="1536" />
Petra V., Champion
- 7794 Posts
- 1391 Reply Likes
- 6 Posts
- 0 Reply Likes
<platform name="android">
<icon src="res/icon/android/icon-36-ldpi.png" density="ldpi" />
<icon src="res/icon/android/icon-48-mdpi.png" density="mdpi" />
<icon src="res/icon/android/icon-72-hdpi.png" density="hdpi" />
<icon src="res/icon/android/icon-96-xhdpi.png" density="xhdpi" />
<icon src="res/icon/android/icon-144-xxhdpi.png" density="xxhdpi" />
<splash src="splash.png" />
</platform>
<platform name="ios">
<icon src="res/icon/ios/icon-57.png" width="57" height="57" />
<icon src="res/icon/ios/icon-72.png" width="72" height="72" />
<icon src="res/icon/ios/icon-76.png" width="76" height="76" />
<icon src="res/icon/ios/icon-57-2x.png" width="114" height="114" />
<icon src="res/icon/ios/icon-120.png" width="120" height="120" />
<icon src="res/icon/ios/icon-72-2x.png" width="144" height="144" />
<icon src="res/icon/ios/icon-76-2x.png" width="152" height="152" />
<splash src="splash.png" />
</platform>
Info: splash.png is a 100x100 plain white 24-bit PNG. Therefore scaling isn't an issue.. It's included this way because of strange behaviour when changing pages inside the app.
Petra V., Champion
- 7794 Posts
- 1391 Reply Likes
If you encounter "strange behaviour", you most likely have an additional problem that needs to be solved separately.
So:
- include splashes for each dimension as set forth by Apple. Include each in your assets and reference each in your config
- include the splashscreen plugin from npm, and for iPad, include the statusbar plugin from npm.
- 9 Posts
- 0 Reply Likes
ryan, Developer
- 1538 Posts
- 132 Reply Likes
If you have further questions maybe make a new thread about this.
- 34 Posts
- 0 Reply Likes
http://community.phonegap.com/nitobi/...
http://community.phonegap.com/nitobi/...
- 16 Posts
- 0 Reply Likes
Permission part mentions :
<feature name="CDVWKWebViewEngine">
<param name="ios-package" value="CDVWKWebViewEngine" />
</feature>
<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
But how to write it in the PGB config.xml?
I try to copy/paste but it doesn't work and the documentation is not enough clear for me about the the plugin specific configuration
Thanks for your help
ryan, Developer
- 1538 Posts
- 132 Reply Likes
- 9 Posts
- 1 Reply Like
JesseMonroy650 (Volunteer), Champion
- 3325 Posts
- 122 Reply Likes
- Is this your first hybrid App?
- Are you using the Desktop App?
- What is your target device/platform and their target versions: Android 4,5,6? iOS 7,8,9?
- Are you using CLI, SDK or Build? Please do not assume the answer, please read the link.
Jesse
- 9 Posts
- 1 Reply Like
My IOS icon config
<icon src="icon.png" />
<platform name="ios">
<icon src="res/icon/ios/icon-57.png" width="57" height="57" />
<icon src="res/icon/ios/AppIcon57x572x.png" width="114" height="114" />
<icon src="res/icon/ios/icon-57-2x.png" width="72" height="72" />
<icon src="res/icon/ios/AppIcon29x293x.png" width="87" height="87" />
<!-- iPhone 6 / 6+ -->
<icon src="res/icon/ios/icon-603x.png" width="180" height="180" />
<!-- iPhone / iPod Touch -->
<icon src="res/icon/ios/icon-60.png" width="60" height="60" />
<icon src="res/icon/ios/icon-602x.png" width="120" height="120" />
<!-- iPad -->
<icon src="res/icon/ios/icon-76.png" width="76" height="76" />
<icon src="res/icon/ios/icon-762x.png" width="152" height="152" />
<!-- Settings Icon -->
<icon src="res/icon/ios/icon-small.png" width="29" height="29" />
<icon src="res/icon/ios/icon-small2x.png" width="58" height="58" />
<!-- Spotlight Icon -->
<icon src="res/icon/ios/icon-40.png" width="40" height="40" />
<icon src="res/icon/ios/icon-402x.png" width="80" height="80" />
</platform>
Thanks
JesseMonroy650 (Volunteer), Champion
- 3325 Posts
- 122 Reply Likes
okay. Since you are using
iPhone 6+ IOS 9.3 b7. and taking in to consideration your description, i am going to call this a bug. I don't know if it is Cordova/Phonegap bug or an iOS bug.
List of link to Cordova Bug Repository
iOS specific bugs <-- check for your bug here and report here, if you can.
How to create a Cordova Bug Report on JIRA
You can pretty much you the text from above. You've described it well and I think the Cordova team will be interested in this.
Best of Luck
Jesse
- 9 Posts
- 1 Reply Like
Related Categories
-
PhoneGap Framework
- 2926 Conversations
- 61 Followers
-
PhoneGap Build
- 15111 Conversations
- 275 Followers













