Ricki Ricardo
Posts: 0
Joined: Fri Nov 16, 2012 9:30 am

How to deactivate fixed header and footer ?

It's work. Thanks

Joop Verbaken6265165
Posts: 0
Joined: Tue Sep 24, 2013 1:09 am

How to deactivate fixed header and footer ?

Clicking outside of the phone frame on the pageName gives you the option to uncheck Show Header/Show Footer.

Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

How to deactivate fixed header and footer ?

Max, I am not able to see the show header/footer options when clicking outside the phone. I would like to remove the header and footer to have just an image in the background..

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

How to deactivate fixed header and footer ?

Hi Scott,

Select your start screen in breadcrumbs to see these options.

Scott Schechtel6280324
Posts: 0
Joined: Sun Sep 29, 2013 12:03 am

How to deactivate fixed header and footer ?

Yep Got them removed but now the new page(Splash) is not even loading in the preview tester. I want it to open to the original mainscreen on a 3 second timer and I have this code to do the invoke: Tiggzi("mobileheader").hide();
Tiggzi("mobilefooter").hide();
$(".ui-page").triggerHandler('updatelayout');

Nothing happens....

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

How to deactivate fixed header and footer ?

Hello! There is no navigation to another page in your code
preTiggzi("mobileheader").hide();
Tiggzi("mobilefooter").hide();
$(".ui-page").triggerHandler('updatelayout');/pre
Please try the following code:
presetTimeout(function(){Appery.navigateTo('ScreenName',{});} , 3000);/pre

Rashiem Page
Posts: 0
Joined: Fri Oct 25, 2013 4:41 pm

How to deactivate fixed header and footer ?

Does this still apply with all of the updates using the appery builder?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

How to deactivate fixed header and footer ?

Hi,

Yes. You can use Position parameter on Properties panel for footer and header (can be 'fixed' or 'inline').

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

How to deactivate fixed header and footer ?

Hi,
I have used the code above to keep the footer and header in place, but its not working, on my login page when user clicks on the textinput to enter their details the footer moves into the page, making it difficult to see the input.

How can I ensure the footer position is fixed to the bottom of the screen?

thx

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

How to deactivate fixed header and footer ?

Hi Michael,

You can add this CSS code:pre[data-role=footer]{
position: fixed;
top: auto;
bottom: 0;
}/pre

Return to “Issues”