Ashton Stockman
Posts: 0
Joined: Wed Jul 17, 2013 9:49 pm

Android screen size issue on device

Alena,

I've tried using the solution you recommended (setting the content container's height equal to the page's height) but this is still not giving us the desired results. I've also tried setting the height equal to the body height, which results in the exact same issue. This is occurring on the Home Screen within the application. Is it possible the height is not being set correctly for the main content containers? I'm open to any further suggestions. Again, thanks for your help.

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

Android screen size issue on device

Hi, we'll take a look and update.

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

Android screen size issue on device

[quote:]Is it possible the height is not being set correctly for the main content containers[/quote] how do you get height for the main content containers?

Ashton Stockman
Posts: 0
Joined: Wed Jul 17, 2013 9:49 pm

Android screen size issue on device

The page layout is as follows:
-body contains divs for splash, ui loader and the homeScreen
-Splash is not important currently
-ui loader is not important currently
-homeScreen is important
--homeScreen contains another container, homeScreen_homeContainer, that I need to update the height for
--the id of the parent container is "homeScreen" so I'm using a jQuery selector $("#homeScreen"); once I have the element selected, I can use the .height() function to get the height

From there, I tried manually updating the height (as per your previous suggestion) of the homeScreen_homeContainer based on the parent container's height but it's not working. I also tried using the body's height and that does not work either. I've also tried using the window height which also does not work. I've included the code I'm using below. Thanks for your help.

$("#homeScreen_homeContainer").height($(window).height());

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

Android screen size issue on device

Hi Ashton,

Your problem should be solved directly within your custom styles. You need to look for private solutions for problematic devices.

Tested on Chrome on Nexus 7 and the standard browser - described problems with the vertical were not found.

Unfortunately, such a complex stylistic solution is outside the scope of our support.

Ashton Stockman
Posts: 0
Joined: Wed Jul 17, 2013 9:49 pm

Android screen size issue on device

We've resolved the issue internally. Is it possible to remove this posting so our information (app name and screenshot) is no longer publicly available? I wouldn't think it's an issue as there was no resolution posted here. Thanks.

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

Android screen size issue on device

Sorry, I'm not sure if it's possible to delete entire post (at least I can't do this), but you can try to delete your own comment with app name and screenshot.

Ashton Stockman
Posts: 0
Joined: Wed Jul 17, 2013 9:49 pm

Android screen size issue on device

I'd already attempted that, but I believe once a reply is added you're unable to edit/delete. Thanks anyway, I appreciate your help.

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

Android screen size issue on device

I deleted your comments as you requested.

Ashton Stockman
Posts: 0
Joined: Wed Jul 17, 2013 9:49 pm

Android screen size issue on device

Thanks, I appreciate it.

Return to “Issues”