pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

splash screen Problem

I create splash screen and i put following code in that.
I navigate to my upcome page.then when i press back button on my mobile it shows me again spalsh screen.
In code i put reverse=false But it not working.
I don't want this spalsh screen again.
What is tha problem in my code????
Image

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

splash screen Problem

Hi!, you can set splash screen here:

project/app settings/android bynary or iOS binary/launch images

But this splash screen only works when you install .apk or .ipa.
And you have to set all screen sizes..

Hope this helps =)

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

splash screen Problem

Hello,

You should remove backbutton from the home page.

pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

splash screen Problem

I have no back button in home page.
I press back button of mobile to came out.

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

splash screen Problem

Hi,

Please add following code to the home page on load event:

var page = jQuery(event.target);
if(page.attr('data-cache') == 'never'){
page.remove();
};

pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

splash screen Problem

no,On load event the next page not displaying..
It's not working.
do you have any another solution??

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

splash screen Problem

Hello!

It's previous page and back button returns you back to this page no matter how you do navigation between pages. You can add Run JS action on back button click and restrict navigation to previous page on this event.

pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

splash screen Problem

i put above code.
you can see in above screenshot.
I put return:false for that.

pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

splash screen Problem

i used window.close() on back press but not working.
how to use it??

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

splash screen Problem

Hello!
If you want to close app, please take a look here http://community.phonegap.com/nitobi/...

Return to “Issues”