Page 3 of 4

Responsive Grid Dimensions

Posted: Wed Oct 30, 2013 7:47 pm
by Maryna Brodina

Hello! For mobilegridcell_42 cell set Dimension: auto auto


Responsive Grid Dimensions

Posted: Thu Oct 31, 2013 4:54 pm
by laura Gómez

How??

I don't know to do it.


Responsive Grid Dimensions

Posted: Thu Oct 31, 2013 4:54 pm
by laura Gómez

.css???


Responsive Grid Dimensions

Posted: Thu Oct 31, 2013 5:09 pm
by Maryna Brodina

Hello! Please take a look at the screenshot
Image


Responsive Grid Dimensions

Posted: Thu Oct 31, 2013 5:55 pm
by laura Gómez

OK, now I try


Responsive Grid Dimensions

Posted: Tue Nov 05, 2013 9:18 am
by laura6372139

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:

Image

My public link is:

http://appery.io/app/view/baf495ed-47...

http://appery.io/app/mobile-frame?src...

Whats the new code?

thaks!!


Responsive Grid Dimensions

Posted: Tue Nov 05, 2013 1:26 pm
by Maryna Brodina

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%


Responsive Grid Dimensions

Posted: Tue Nov 05, 2013 3:35 pm
by laura6372139

I'm sorry but still see the sidebar

http://appery.io/app/mobile-frame?src...


Responsive Grid Dimensions

Posted: Tue Nov 05, 2013 5:52 pm
by Kateryna Grynko

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.


Responsive Grid Dimensions

Posted: Thu Nov 07, 2013 4:34 pm
by Kateryna Grynko

Hi Laura,

Since there is a problem with backup, please add the following custom CSS: precodehtml{
overflow:hidden;
}/code/pre