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.
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.
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.
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
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;
}
Hi Tooba,
Could you please specify what exactly issue with width you have.. Currently i can not understand it from your screen.
Thanks & regards.