Search found 21 matches

Go to advanced search

by Dylan Holshausen
Wed May 14, 2014 9:42 pm
Forum: Issues
Topic: I have an issue with photos not loading into my app, continued.....
Replies: 22
Views: 5416
 
Jump to post

I have an issue with photos not loading into my app, continued.....

You are awesome!!! Thank you for your patience with me. I did have a slight issue, With the image set to 100% height, I was getting a scrollbar in the HTML div and smaller images were stretching. I fixed it with setting the image height to auto rather. Well done to your team for great support on App...
by Dylan Holshausen
Tue May 13, 2014 6:39 pm
Forum: Issues
Topic: I have an issue with photos not loading into my app, continued.....
Replies: 22
Views: 5416
 
Jump to post

I have an issue with photos not loading into my app, continued.....

Now the images load in without that image missing icon, but. They are stretching, I am going to use max-height to try prevent this as the width is 100% due to wanting to use the size of the screen. Is this the correct method? And my final issue is the image rotate works on a big screen, can you poin...
by Dylan Holshausen
Tue May 13, 2014 6:13 pm
Forum: Issues
Topic: I have an issue with photos not loading into my app, continued.....
Replies: 22
Views: 5416
 
Jump to post

I have an issue with photos not loading into my app, continued.....

Thank You Evgene!!! This worked, and I understand why this is the correct method.

by Dylan Holshausen
Tue May 13, 2014 5:31 am
Forum: Issues
Topic: I have an issue with photos not loading into my app, continued.....
Replies: 22
Views: 5416
 
Jump to post

I have an issue with photos not loading into my app, continued.....

Sorry, it should be fine now. I bypassed the login screen, but forgot that the script on yourside wouldn't load without login details.

Just click login, I've pre-populated the fields: http://appery.io/app/mobile-frame?src...

by Dylan Holshausen
Mon May 12, 2014 10:55 am
Forum: Issues
Topic: I have an issue with photos not loading into my app, continued.....
Replies: 22
Views: 5416
 
Jump to post

I have an issue with photos not loading into my app, continued.....

If you don't see the images, just scroll down through the list.

by Dylan Holshausen
Mon May 12, 2014 10:54 am
Forum: Issues
Topic: I have an issue with photos not loading into my app, continued.....
Replies: 22
Views: 5416
 
Jump to post

I have an issue with photos not loading into my app, continued.....

http://appery.io/app/mobile-frame?src...

Open Link, wait for feed to load. Images will display like I've mentioned above.

by Dylan Holshausen
Fri May 09, 2014 9:30 am
Forum: Issues
Topic: I have an issue with photos not loading into my app, continued.....
Replies: 22
Views: 5416
 
Jump to post

I have an issue with photos not loading into my app, continued.....

That code didn't work. I still have the no-image icon and now my image is not displaying. https://d2r1vs3d9006ap.cloudfront.net/s3_images/1054476/new_code_inline.jpg?1399627498 Here is the start of value of one of my Base64 images (to show that it doesn't contain - data:image/jpeg;base64): /9j/4AAQS...
by Dylan Holshausen
Thu May 08, 2014 8:28 pm
Forum: Issues
Topic: I have an issue with photos not loading into my app, continued.....
Replies: 22
Views: 5416
 
Jump to post

I have an issue with photos not loading into my app, continued.....

It isn't stored in the variable ''value''. Value only holds my image string in Base64. Here is screenshot of layout: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1054286/layout_app_inline.jpg?1399580636 Here is a screenshot of my mapping: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1054287/ma...
by Dylan Holshausen
Thu May 08, 2014 1:32 pm
Forum: Issues
Topic: I have an issue with photos not loading into my app, continued.....
Replies: 22
Views: 5416
 
Jump to post

I have an issue with photos not loading into my app, continued.....

Ok I fixed the image size problem like this: $(element).css("background", "url(data:image/jpeg;base64," + value + ")"); $(element).css("background-repeat", "no-repeat"); $(element).css("background-size", "contain"); $(element).att...
by Dylan Holshausen
Thu May 08, 2014 1:22 pm
Forum: Issues
Topic: I have an issue with photos not loading into my app, continued.....
Replies: 22
Views: 5416
 
Jump to post

I have an issue with photos not loading into my app, continued.....

But when the image is larger then the component it does not shrink/stretch down to fit the component. I only see the corner of my image.

Go to advanced search