Responsive Grid Dimensions
Hello! For mobilegridcell_42 cell set Dimension: auto auto
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/
Hello! For mobilegridcell_42 cell set Dimension: auto auto
How??
I don't know to do it.
.css???
OK, now I try
Hi!
I have used this code:
Appery("mobilegrid_2").css("height",'95vh');
Appery("mobilegrid_2").parent().css("height", Appery("mobilecontainername").css("height"));
And my grid fit in differents screens but now my grid doesn't fit.
Now I have:
My public link is:
http://appery.io/app/view/baf495ed-47...
http://appery.io/app/mobile-frame?src...
Whats the new code?
thaks!!
You have to add handler on Page Show event with the following code:
pre$( window ).resize(function() {
alert(1);
var h = Appery('mobilecontainer').height();
Appery('mobilegrid').parent().height(h);
});/prePlease also set in editor Grid Dimension: 100% 100%
I'm sorry but still see the sidebar
Hi,
We created a sample application for you.
Please email a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and we'll send the project back.
Hi Laura,
Since there is a problem with backup, please add the following custom CSS: precodehtml{
overflow:hidden;
}/code/pre