Hi, I’m trying to use the extension to load images from URL ( Load images from a URL - GDevelop documentation ) but it doesn’t work on mobile.
It just shows nothing, can someone help me?
Thanks
It isn’t compatible on mobile I believe. Try contacting the developer and see if they can figure something out.
It should work on mobile just fine. Are you sure the image is not protected by CORS? While PC builds & previews are able to bypass cors protections, Mobile and HTML builds will strictly enforce CORS rules and won’t load the image if the server does not explicitly allows it.
Isee. If it works on mobile, are you sure you are using the right filepath?
I’ve read about it on previous posts, but I don’t understand how to make it work on firebase storage qwp
it worked, thank you!