- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I have developed an IOS app and it works correctly in the iphone. The splash screen appears but it dissapears very quickly (less than half second).
I have been looking for in the config.xml files in the intel xdk but all I have tried doesn't work. I have also test with the code:
navigator.splashscreen.show();
but nothing happens.
Is possible to modify the time of the splash screen?
Thanks
(The target of the app is IOS 5.1.1 and the iphone is IOS 9)
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See this doc page, especially the bit at the bottom:
- https://www.npmjs.com/package/cordova-plugin-splashscreen
- https://www.npmjs.com/package/cordova-plugin-splashscreen#blackberry-10-wp8-ios-quirk
In the Intel XDK, references to the "config.xml" file correspond to the "intelxdk.config.additions.xml" file (which is a simplified version of the Cordova config.xml file).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks very much Paul, this forum has saved me again!
I write here the solution for future users:
1. Download the cordova-plugin-splashscreen
plugin via Intel XDK.
2. Add, in the file intelxdk.config.additions.xml, the following code:
<preference name="FadeSplashScreen" value="false"/> <preference name="FadeSplashScreenDuration" value="4"/>
3. Done!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@MATRIX -- are you trying to install the intel.xdk.device plugin or the core Cordova plugin?
Also, are you using a Windows machine? If so, are your projects installed on a drive other than C:?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Paul F. (Intel) wrote:
@MATRIX -- are you trying to install the intel.xdk.device plugin or the core Cordova plugin?
Also, are you using a Windows machine? If so, are your projects installed on a drive other than C:?
i'm using the core plugin with cli 5.1.1
and yes my project are on c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you building for Crosswalk or Android or ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
crosswalk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What happens if you try to build for Android? Still fails? Any additional error messages if it does fail?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
please refer this https://software.intel.com/en-us/forums/intel-xdk/topic/563475
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ulises V. wrote:
Thanks very much Paul, this forum has saved me again!
I write here the solution for future users:
1. Download the cordova-plugin-splashscreen plugin via Intel XDK.
2. Add, in the file intelxdk.config.additions.xml, the following code:
<preference name="FadeSplashScreen" value="false"/> <preference name="FadeSplashScreenDuration" value="4"/>3. Done!
Thanks so much for the summary, you are a lifesaver as well as Paul!
Ian Ippolito
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page