Footer Invisible
Hi,
I added a panel to my page and am hiding the panel which is shown on a button click event. The footer which I am not hiding is now not shown. How do I overcome this?
Regards,
Joe
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,
I added a panel to my page and am hiding the panel which is shown on a button click event. The footer which I am not hiding is now not shown. How do I overcome this?
Regards,
Joe
Hello! Could you post the code you use to hide panel?
Hi Marina, the code used is simply: Tiggr('panel_81').hide(); this is in the form load event. I am also hiding other controls and showing them in sequence in response to user input. Everything was working fine before the panel was included on the form.
Hi Joe,
Maybe you see simple scrolling. Please give us a public link so we can take a look.
Hi Katya, sorry I have not replied before now, but I have shared the app now, two pages are missing the footers 'fuel_pge' and 'jobslist_pge'. I would appreciate it if you could take a look please. Also whilst you have the app could you advise me on an issue I have with the fuel_pge when I enter amounts in the voltxt and valtxt inputs the the form becomes unresponsive on some phones! if I export the apk file and load the app onto a HTC one it works fine but if I load the app onto a samsung GT-S6810P running the same android version as the HTC One '4.1.2 ' the page becomes unresponsive. Is this down to the phone or is there something in my code that is causing the issue.
Regards
Joe
Hi Joe,
I'll take a look.
Hello! There are some errors in your code in Panel (opened and closed tags do not match). That's why footer in fact is inside the div you've set in Panel. Please check your html code in all Panels (on html source tab).
Hi Marina, Thank I will correct the error.