Page 2 of 2

screen moves on device

Posted: Sat Feb 15, 2014 8:10 pm
by Alex GG

Start page is named "Screen5"


screen moves on device

Posted: Sun Feb 16, 2014 2:07 am
by Alex GG

any news here? I ́m in the last stage prior to deploy my app to play store -_-

the problem persists...


screen moves on device

Posted: Sun Feb 16, 2014 2:14 am
by Igor

Sorry, no news yet. We need more time.


screen moves on device

Posted: Sun Feb 16, 2014 2:38 am
by Alex GG

thanks =)
Hope you can test on device,..and can reproduce the problem...I ́m testing both android 4.2.2 and iOs 7 ....


screen moves on device

Posted: Mon Feb 17, 2014 7:21 am
by Alex GG

Just to update...I found what was causing the shift on the page..
I ́m using a calendar plugin, and in one on the CSS files was this code:
/*= ONLY FOR DEMO PAGE /
body {
width:978px;
box-shadow:0 0 10px #777;
padding: 20px 40px;
margin:0 auto;
}
a { color: #0E8EAB}
/
.eventCalendar-wrap {
width:265px;
}
*/
#DemoList { list-style-type:none; padding:0;}
#DemoList li { margin-right:40px; }
#DemoList li h2 { margin:20px 0 3px 0;}
.demoDesc { width:200px; margin:0 0 10px 0;}
.fl { float:left;}
.cb { clear:both;}
..................................................

I take this code out, and now the APP is working just perfect =)

thanks


screen moves on device

Posted: Mon Feb 17, 2014 8:03 am
by Kateryna Grynko

Hi Alex,

Glad it's working now! Thank you for the update!