I'm using jpg and svg images from a website. The images are displayed correctly in studio and the web application, but they do not appear in the android mobile application.
i have the same issue with SVG. the images comes from sharepoint (there is no authentication issue)
both SVG and PNG images (icons) are displayed properly on the studio and web, but in Android only the PNG are shown. in case of SVG there is just a blank are on the screen.
the workaround is to load the SVG into the app as Media resources and refer them statically. This of-course not possible in all use cases.
I have detected that the problem only occurs with JPG and SVG images. GIF and PNG are well displayed.
All formats are well displayed when the images are uploaded into the application
Maybe the mobile app has problems with remote images of JPG and SVG format.
Reinstall did not solve the problem.
The Image property is set to something like "http://www.myimagewebsite.com/folder/image.jpg".
This worke on studio, web, but not in android mobile.
The issue? the image don't show up. The image control is there, but with no image.
As a temporary solution, I uploaded the images to the app.
Hi @Anonymous,
Could you please share a screenshot of your app's configuration?
How do you display the image within your app?
Further, could you please share a screenshot of the issue?
Please check if the version of PowerApps Mobile App is the latest version within your Android Mobile Device, if not, please update it into the latest version, then check if the issue is solved.
In addition, please consider take a try to uninstall the PowerApps Mobile App from your Android Mobile Device, then re-install it again to check if the issue is solved.
Best regards,
Kris
Another info:
If I upload the image using File -> Multimedia, the image shows ok
Images are in a static public website I have, so I use the url to the image.
I know the image are ok, because I use them in other web apps and powerapps studio and the web version show the images ok.