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 =)
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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 =)
Hello,
You should remove backbutton from the home page.
I have no back button in home page.
I press back button of mobile to came out.
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();
};
no,On load event the next page not displaying..
It's not working.
do you have any another solution??
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.
i put above code.
you can see in above screenshot.
I put return:false for that.
i used window.close() on back press but not working.
how to use it??
Hello!
If you want to close app, please take a look here http://community.phonegap.com/nitobi/...