Page 1 of 1

Images from Media Manager don't show while testing using appery app on ios

Posted: Sun Aug 09, 2015 5:25 pm
by Chris7650227

I have a few static images stored using the Media Manager. They show fine when I test using the browser.

When I test using the appery app on iOS, they don't show. Using the android app, without any change the images are displayed.

I'm fetching them using "getImagePath", so I though this should work, shouldn't it?


Images from Media Manager don't show while testing using appery app on ios

Posted: Sun Aug 09, 2015 6:05 pm
by Serhii Kulibaba

Hello Chris,

Could you specify what device and OS version you use to test?
Could you clarify have you changed anything on Source tab? This (http://devcenter.appery.io/tutorials/...) doc should help.


Images from Media Manager don't show while testing using appery app on ios

Posted: Mon Aug 10, 2015 8:35 am
by Chris7650227

Hi Sergiy,
I'm using the latest version of the appery-app on iOS 8.4
No changes on the Source Tab at all.
As mentioned, on Android (also latest version of the appery-app) the images show up, as well as when I'm using the "Test" function from the designer in the browser.


Images from Media Manager don't show while testing using appery app on ios

Posted: Wed Aug 12, 2015 9:56 pm
by Illya Stepanov

Hi Chris -

Share your app with us and tell us its name and describe exact steps to reproduce this issue in your app.
https://devcenter.appery.io/documenta...


Images from Media Manager don't show while testing using appery app on ios

Posted: Fri Aug 14, 2015 4:01 pm
by Chris7650227

I found the failure myself...it's maybe worth a note that the device-side behaves less tolerant as the browser side. I actually used an image name "Task.png" in my Appery "getImagePath". The image is stored as "task.png". In the browser, it works fine. On the device, the function returns "no_image". Cool....