Hi guys
I have a weird problem I'm hoping someone can help with please.
On my startscreen I have a table within the page that is set to 100% 100% and the following code is used 'pageshow'
Appery("mobilegrid_5").parent().css("height", Appery("f1bstart").css("height"));
I loaded this on my mobile and when the page is loaded for the first time, everything works well.
I then go to page2 and when I use the mobile device back button to go back to startscreen the table is now not aligned properly and the footer disappears.
The code above only seems to work once and not everytime the startscreen opens.
I tried to use 'page hide' on page2 and then navigate to page using full refresh but this loads startscreen and then refreshes again so it goes black for 2 seconds.
Is there a way to have the startscreen code activate EVERY time the page opens? The problem also happens if I have a back button on page2.
What I really need is EVERY time this page is shown, to activate the above code.
I hope that makes sense, let me know if not and I can do bullet points to try to make it less complicated.
Thanks very much
EDIT - I have fixed the footer problem now. I just need to know how to refresh the page so it run the CSS code to align the table properly.