I have a webapp made in Angularjs and Ionic. At some point I upload images from a webservice, however these images do not have extension, being something of the type, link . When I run the app in the browser, the image loads normal, however when compiling for Android or iOS the image simply does not open ...
I'm loading the image into a <img ng-src="https://servidor.com/usuario/avatar/128/128"/>
tag
Has anyone ever gone through this? How to correct?
Abs