Comments on: HelloSplash, Phonegap Android SplashScreen https://simonerescio.it/en/2014/05/phonegap-android-splashscreen-application yet another coder blog Tue, 25 Apr 2017 14:47:18 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Simone Rescio https://simonerescio.it/en/2014/05/phonegap-android-splashscreen-application#comment-128344 Tue, 25 Apr 2017 14:47:18 +0000 http://www.simonerescio.it/?p=216#comment-128344 In reply to James.

Hi James,

in order to change the initial black screen you need to create a child theme from the one you just mentioned, here’s a deeplink to the specific paragraph: http://sresc.io/tLt

In order to achieve this you’ll need to be able to create also the necessary style.xml file where your new background color/image will be fetched and then set the new theme in you AndroidManifest.xml ,

since I never used Adobe’s services to produce phonegap builds I don’t know if there are specific limitations for doing any of the required steps…

keep us posted

]]>
By: James https://simonerescio.it/en/2014/05/phonegap-android-splashscreen-application#comment-128340 Mon, 24 Apr 2017 11:37:37 +0000 http://www.simonerescio.it/?p=216#comment-128340 Hi

I’m using phonegap online build… and I want to remove the initial black screen before splash screen and i.e title (app name)… I’ve tried all the examples with Theme.NoTitleBar with no luck. I uploaded your latest code base and the tile still shows with a black background, before the splash screen.

I’m using PhoneGap Android cli-6.5.0 6.1.2… please help this is frustrating the hell out of me.

All I want is just a white or black screen with no text before the splash screen, like your animation.

Please help

]]>
By: Simone Rescio https://simonerescio.it/en/2014/05/phonegap-android-splashscreen-application#comment-84529 Sat, 28 Feb 2015 16:13:15 +0000 http://www.simonerescio.it/?p=216#comment-84529 In reply to William-ernesto.

If by any chance you’ve been using PhonegapBuild you could check this out http://community.phonegap.com/nitobi/topics/simple-splash-screen-test-failing?rfm=1

]]>
By: William https://simonerescio.it/en/2014/05/phonegap-android-splashscreen-application#comment-83405 Tue, 17 Feb 2015 23:58:18 +0000 http://www.simonerescio.it/?p=216#comment-83405 In reply to William-ernesto.

Solved my problem, I had defined the splashscreen.xml file. Thank excellent tutorial.

]]>
By: William-ernesto https://simonerescio.it/en/2014/05/phonegap-android-splashscreen-application#comment-83062 Sat, 14 Feb 2015 06:42:11 +0000 http://www.simonerescio.it/?p=216#comment-83062 I made an example using v1.3.0 and Phonegap 2.9.1 and does not work me, the application is displaying the image and does not hide the splash and does not pass the page. I can work with a complete example in Android.

]]>
By: Simone Rescio https://simonerescio.it/en/2014/05/phonegap-android-splashscreen-application#comment-78285 Wed, 21 Jan 2015 20:50:13 +0000 http://www.simonerescio.it/?p=216#comment-78285 In reply to Othmane Abisourour.

Glad it helped 🙂
strange the method wouldn’t work, I’m still using cordova 3.4.0 so dunno if it’s a regression bug introduced with new releases,
not having more info I would check if the code chunk were navigator.splashscreen.hide() is present is reached at all (maybe some logic flow fail?),
I’d put a console.log("test") right after it,
Also I’d make the timeout even longer to try issuing the command via console in real time after application started and see if it works,
if none of above tests gives positive result then it’s time to check their bugzilla and file an issue

]]>
By: Othmane Abisourour https://simonerescio.it/en/2014/05/phonegap-android-splashscreen-application#comment-77907 Mon, 19 Jan 2015 16:21:35 +0000 http://www.simonerescio.it/?p=216#comment-77907 Very useful thank you very much, and, by the way I’m using cordova 4.1.2, in this version if we initiate SplashcreenDelay as :
<preference name="SplashScreenDelay" value="10000" />
It would take the whole time, 10 secondes in this example, even if we put navigator.splashscreen.hide() in onDeviceReady, i don’t know why. Also I was asking if we could integrate a loader instead of splashsreen.

Thanks

]]>