Page 2 of 3
xcode custom icons and photoswipe image not loading
Posted: Fri Sep 20, 2013 2:33 pm
by Kateryna Grynko
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.
xcode custom icons and photoswipe image not loading
Posted: Sun Sep 29, 2013 12:14 am
by Jen5411892
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.
xcode custom icons and photoswipe image not loading
Posted: Sun Sep 29, 2013 3:02 am
by Illya Stepanov
Hello Jennifer - we will need to test it on a device (what device and OS version are you using?).
xcode custom icons and photoswipe image not loading
Posted: Sun Sep 29, 2013 11:09 am
by Jen5411892
It's an iphone 4s and I'm using iOS 7. My app is already shared with Appery, it's called ketersalon.
xcode custom icons and photoswipe image not loading
Posted: Mon Sep 30, 2013 9:49 am
by Kateryna Grynko
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="../../www/project/files/views/assets/image/mobile-app-bio.png"><img src="../../www/project/files/views/assets/image/kiki-polaroid-app.png" alt="kiki"/></a></li>
<li><a href="http://appery.io/app/www/project/files/views/assets/image/aviva_mobile_app_bio.png"><img alt="aviva" src="http://appery.io/app/www/project/files/views/assets/image/aviva-polaroid-app.png"/></a></li>/code
Please try also replacing all the:
codehttp://appery.io/app/www/project/codewithcode../../www/project/code
This should help.
xcode custom icons and photoswipe image not loading
Posted: Mon Sep 30, 2013 8:39 pm
by Jen5411892
Thank you. That helped for the Photoswipe images. However, the custom images for the nav bar are still not showing up.
xcode custom icons and photoswipe image not loading
Posted: Mon Sep 30, 2013 11:52 pm
by Jen5411892
Help update:
iOS: custom nav bar items not loading
android: custom nav bar items AND photoswipe images not loading
xcode custom icons and photoswipe image not loading
Posted: Tue Oct 01, 2013 12:08 am
by Illya Stepanov
Hi - we'll check this, but it will take some time. And what version of Android you are using?
xcode custom icons and photoswipe image not loading
Posted: Tue Oct 01, 2013 12:10 am
by Jen5411892
Thank you. It's android 4.2.2
xcode custom icons and photoswipe image not loading
Posted: Tue Oct 01, 2013 1:06 am
by Jen5411892
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?