Tim Childs
Posts: 0
Joined: Thu Aug 01, 2013 3:35 am

100% height panel

Hi,

I want to add a panel to a page which takes up 100% of the visible screen (horizontal and vertical) - regardless of device / screen size.

How would I go about doing this?

Cheers,
Tim

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

100% height panel

Hi!

On StartScreen Load Event Run JavaScript with the following code:
codeAppery('panel').css('height','100%');
Appery('panel').css('width','100%');/code

Tim Childs
Posts: 0
Joined: Thu Aug 01, 2013 3:35 am

100% height panel

Thanks!

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

100% height panel

Return to “Issues”