Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Responsive Grid Dimensions

Hello! For mobilegridcell_42 cell set Dimension: auto auto

laura Gómez
Posts: 0
Joined: Mon Oct 14, 2013 9:51 am

Responsive Grid Dimensions

How??

I don't know to do it.

laura Gómez
Posts: 0
Joined: Mon Oct 14, 2013 9:51 am

Responsive Grid Dimensions

.css???

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Responsive Grid Dimensions

Hello! Please take a look at the screenshot
Image

laura Gómez
Posts: 0
Joined: Mon Oct 14, 2013 9:51 am

Responsive Grid Dimensions

OK, now I try

laura6372139
Posts: 0
Joined: Wed Oct 30, 2013 11:54 am

Responsive Grid Dimensions

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!!

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Responsive Grid Dimensions

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%

laura6372139
Posts: 0
Joined: Wed Oct 30, 2013 11:54 am

Responsive Grid Dimensions

I'm sorry but still see the sidebar

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Responsive Grid Dimensions

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.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Responsive Grid Dimensions

Hi Laura,

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

Return to “Issues”