Search found 5 matches

Go to advanced search

by Philip Crisp
Mon Sep 02, 2013 3:30 pm
Forum: Issues
Topic: Native testing issues
Replies: 2
Views: 94
 
Jump to post

Native testing issues

Im exporting my app as a .apk file to do some native testing but the app cannot read posts from twitter or send email using sendgrid. All of these features are working on the appery device tester and are still working on the platform tester in the browser. The deadline for this app is this weekend a...
by Philip Crisp
Tue Aug 27, 2013 12:51 pm
Forum: Issues
Topic: Positioning issues.
Replies: 5
Views: 151
 
Jump to post

Positioning issues.

I've solved the issue!!
I delved into the css source code and changed the margin property there to auto. It seems like this base style sheet was overriding what I was trying to get my custom style sheet to do.

by Philip Crisp
Tue Aug 27, 2013 12:05 pm
Forum: Issues
Topic: Positioning issues.
Replies: 5
Views: 151
 
Jump to post

Positioning issues.

The grid approach didn't work. Anything else that you could suggest? I also should have mentioned above that I used those margin elements separately, not all together.

by Philip Crisp
Tue Aug 27, 2013 11:57 am
Forum: Issues
Topic: Positioning issues.
Replies: 5
Views: 151
 
Jump to post

Positioning issues.

I'd tried:

margin: auto;
margin-left: 50%;
margin-right: 50%;

I've also tried using the padding element and it hasnt worked so far, I'll try the grid solution now.

by Philip Crisp
Tue Aug 27, 2013 10:23 am
Forum: Issues
Topic: Positioning issues.
Replies: 5
Views: 151
 
Jump to post

Positioning issues.

Hi there, im in the final stage of developing my app and am having difficulty with positioning two images, one on each page. I've tried using CSS to position the images at the top of the page and in the center of the page. The aim is to do this so that the image stays positioned in the center of the...

Go to advanced search