Hello Intel XDK Team.
Please, something is wrong with your build system. All my splash screen images are not been displayed after I built my project yesterday (Monday). My splash screen plugin and images have been working fine for the past two months, but on Monday night after I rebuilt my project I discovered that splash screen images are no longer being displayed. I have also identified users on this forum with similar issues, and it all started on Monday.
I am building a Cordova Android project with CLI 4.1.2. I even tried to include the splash screen images manually using the additions.config file and although the build was successful, the splash screen still refuses to display.
Please, kindly look into this urgently. A lot of developers depend on Intel XDK.
Thanks
Osahon
链接已复制
Amrita C. (Intel) wrote:
Hello,
Thank you for the patience. we are working on this issue. I will update asap.
Hello Amrita.
Thanks for this. I appreciate the response.
I hope this problem will be fixed soon. Eagerly looking forward to hearing from you.
Regards,
Osahon O.
Hello Intel XDK.
Please I am still NOT able to get Intel XDK to display my Splash Screen.
I had hoped that updating the XDK IDE to version 2496 would fix the problem, but it did not.
I am building my Android App using CLI 4.1.2 on XDK version 2496. The Splash Screen plugin version is 0.3.5.
Please Intel when will this problem be resolved? I cannot submit my app to the store without the Splash Screen in place.
Please handle this urgently.
Thank you.
Osahon
Hello,
What exactly is the issue? Are you unable to see the images or what you can see? black screen? Can you provide some screen shots and .zip file of your project so that I can check and provide you more details.
Amrita C. (Intel) wrote:
Hello,
What exactly is the issue? Are you unable to see the images or what you can see? black screen? Can you provide some screen shots and .zip file of your project so that I can check and provide you more details.
Hello Amrita.
Thanks for the speedy response.
I just see a black screen when my app is starting up. My splash screen is not displayed. I have tested this on Android 4.2 and 4.4, same result.
Please, I have attached my entire project in a private message to you. You can build it at your end and see the problem. Previous version of the app is already on Google Play Store.
Thank you
Osahon
Hi,
I got the same splash screen problem.
I got it fixed using the preference below in config.additions.xml:
<preference name="SplashScreen" value="screen" />
I initially put it in the <platform name="android"> section. But it only worked when put outside it...
It seems then platform android section is not working too..
Regards
Carlos M. wrote:
Hi,
I got the same splash screen problem.
I got it fixed using the preference below in config.additions.xml:
<preference name="SplashScreen" value="screen" />
I initially put it in the <platform name="android"> section. But it only worked when put outside it...
It seems then platform android section is not working too..
Regards
Hello Carlos.
Thanks for taking the time to send in your solution. I appreciate it.
The splash screen started working again with this specification you provided:
<preference name="SplashScreen" value="screen" />
I didn't have to update the plugin or change my Cordova CLI version, it just worked.
I'm using CLI 4.1.2 and the Splash Screen plugin version is 0.3.5.
I'll keep watching it. Maybe Intel XDK team were finally able to fix the problem.
Thanks again.
Osahon
Sam ~
Please start a new thread with the relevant info. As far as we know, the issue is resolved.
Please include a zip that contains your entire (simplified of course) project that exhibits the issue you are unhappy with. What device are you testing on?