ion-img tag not showing online image url

I am trying to show the image in ion-img tag from the internet but when I put the link in src or when I inspect, it shows only 30 chars from the URL, rest of the chars from the URL is not getting.

for eg: url http://192.168.1.88/pg/profilepic/image.jpg

so when I inspect, it shows only

http://192.168.1.88/pg/profile

what is the problem…

I want to show in

{{item.name}}
{{item.desc}}
1 Like

Do you use Ionic V1 ?

it shows the images now but …the scrolllist is not working properly…

@Akshaykatale99 Hello, it’s very unusual, this code should work. Please check the project prerequisites, to be sure like in package.json.

Hi… Here is my problem

Well then, I guess it’s from your end (aka database server failing). Good luck :slight_smile:

Nope…its not a db issue…