Tooba Atif
Posts: 0
Joined: Fri Apr 04, 2014 3:07 am

Full Bleed Outside WebPage?

Please use the below link:
Southeps.app.appery.io

The main screen should show the correct width. Its too large for iphone 5 and 4s.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Full Bleed Outside WebPage?

Tooba,

Please try to add new CSS asset and then add following CSS code:

pre

html body div.startScreen_html_2 {
overflow: hidden;
}

/pre

Also if you still have this problem please make screen shots with problem.

Regards.

Tooba Atif
Posts: 0
Joined: Fri Apr 04, 2014 3:07 am

Full Bleed Outside WebPage?

Still having the same issue
Now after making overflow hidden it did not scroll on my phone and just show this screen. I cannot scroll down to fill the info.. if I make overflow 'auto' then it starts scrolling again but then I have the width issue
Image

I used this css

.htmlOtherSite {
position: absolute;
top:0; left:0; right:0; bottom:0;

Code: Select all

 border: 0; 
 width:auto;  
 height:auto; 
 -webkit-overflow-scrolling:touch; overflow: auto; 

}
html body div.startScreen_html_2 {

Code: Select all

 overflow: hidden; 

}

.ui-loader .ui-icon-loading {
background-image: none !important;
background-position: 0 0;
background-color: transparent;
}

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Full Bleed Outside WebPage?

Hi Tooba,

Could you please specify what exactly issue with width you have.. Currently i can not understand it from your screen.

Thanks & regards.

Return to “Issues”