Start page is named "Screen5"
Start page is named "Screen5"
any news here? I ́m in the last stage prior to deploy my app to play store -_-
the problem persists...
Sorry, no news yet. We need more time.
thanks =)
Hope you can test on device,..and can reproduce the problem...I ́m testing both android 4.2.2 and iOs 7 ....
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
Hi Alex,
Glad it's working now! Thank you for the update!