Responsive Grid Dimensions
Laura,
Try using "vh" (visible height) instead of "%".
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/
Laura,
Try using "vh" (visible height) instead of "%".
Hi, Your "event" is wrong. It should be "page Show" not "load"
I do not understand you very well.
With the same code I change % and I write vh...
Appery("mobilegrid_23").css("height", '100vh');
Appery("mobilegrid_23").parent().css("height", Appery("mobilecontainerName").css("height"));
Laura,
Did you try 'Page Show' event as 3dbounce advised?
ahhhhhhhhhh!!!!!!!!!!!! ok!!!!!!!!!!!!!
event < screen < page show < run javascript
And then I write in this event this code:
Appery("mobilegrid_23").css("height", '100%');
Appery("mobilegrid_23").parent().css("height", Appery("mobilecontainerName").css("height"));
it's good!!! I'm not sure
Laura,
Let us know if this helps please.
Noooo!!
I have followed these steps but the screen does not change size
http://appery.io/app/mobile-frame?src...
The image fits because I load this code:
Appery('mobileimage_44').width('100%').height('auto');
Appery('mobileimage_44').parent().width('100%').height('auto');
If I write:
Appery("mobilegrid_23").css("height",'90vh');
Appery("mobilegrid_23").parent().css("height", Appery("mobilecontainerName").css("height"));
My app is:
http://appery.io/app/mobile-frame?src...
And if I write:
Appery("mobilegrid_23").css("height",'95vh');
Appery("mobilegrid_23").parent().css("height", Appery("mobilecontainerName").css("height"));
My app: