Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

xcode custom icons and photoswipe image not loading

Hi Jennifer,

I've tested your application - the images are not displayed on iPhone.

To fix the issue find all the HTML codes with image addresses in your Appery.io application. For each image replace:
codeview/209b4ce6-485f-4129-8149-c43022e73c6b/codewith:codewww/project/codein image address.
Then you'll be able to see images.

Jen5411892
Posts: 0
Joined: Tue Jan 08, 2013 3:13 pm

xcode custom icons and photoswipe image not loading

When testing on a real device (my iPhone) the images are not loading.

Same for my photoswipe gallery. Some images are loading and some are not.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

xcode custom icons and photoswipe image not loading

Hello Jennifer - we will need to test it on a device (what device and OS version are you using?).

Jen5411892
Posts: 0
Joined: Tue Jan 08, 2013 3:13 pm

xcode custom icons and photoswipe image not loading

It's an iphone 4s and I'm using iOS 7. My app is already shared with Appery, it's called ketersalon.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

xcode custom icons and photoswipe image not loading

Hi Jennifer,

There is no official support for iOS 7 yet. Anyway there are some things to improve.

This is a part of your HTML code on 'Photoswipe' page:
code<li><a href="&#46;&#46;&#47;&#46;&#46;&#47;www&#47;project&#47;files&#47;views&#47;assets&#47;image&#47;mobile-app-bio&#46;png"><img src="&#46;&#46;&#47;&#46;&#46;&#47;www&#47;project&#47;files&#47;views&#47;assets&#47;image&#47;kiki-polaroid-app&#46;png" alt="kiki"&#47;><&#47;a><&#47;li>
<li><a href="http:&#47;&#47;appery&#46;io&#47;app&#47;www&#47;project&#47;files&#47;views&#47;assets&#47;image&#47;aviva_mobile_app_bio&#46;png"><img alt="aviva" src="http:&#47;&#47;appery&#46;io&#47;app&#47;www&#47;project&#47;files&#47;views&#47;assets&#47;image&#47;aviva-polaroid-app&#46;png"&#47;><&#47;a><&#47;li>/code

Please try also replacing all the:
codehttp:&#47;&#47;appery&#46;io&#47;app&#47;www&#47;project/codewithcode&#46;&#46;&#47;&#46;&#46;&#47;www&#47;project/code
This should help.

Jen5411892
Posts: 0
Joined: Tue Jan 08, 2013 3:13 pm

xcode custom icons and photoswipe image not loading

Thank you. That helped for the Photoswipe images. However, the custom images for the nav bar are still not showing up.

Jen5411892
Posts: 0
Joined: Tue Jan 08, 2013 3:13 pm

xcode custom icons and photoswipe image not loading

Help update:

iOS: custom nav bar items not loading

android: custom nav bar items AND photoswipe images not loading

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

xcode custom icons and photoswipe image not loading

Hi - we'll check this, but it will take some time. And what version of Android you are using?

Jen5411892
Posts: 0
Joined: Tue Jan 08, 2013 3:13 pm

xcode custom icons and photoswipe image not loading

Thank you. It's android 4.2.2

Jen5411892
Posts: 0
Joined: Tue Jan 08, 2013 3:13 pm

xcode custom icons and photoswipe image not loading

For the custom nav bar icons, this seems to be working:

$('a[dsid="nav_contact"]').css('background-image', 'url("'+Tiggzi.getImagePath('75-phone.png')+'")') ;

However, it's repeating the icon. I tried a few different ways of adding a "no repeat" to the JS, but had no luck. Advice?

Return to “Issues”