Hi,
The plugin works on Android (device/emulator) but it doesn't show the image from src on iOS.
nativescript : 3.1.3
tns-core-modules : 3.1.1
tns-ios : 3.2.0 (the same for android)
angular... : 4.1.3
nativescript-web-image-cache : ^4.2.2
If you need more information about the project, let me know.
I use the markup like that :
<WebImage stretch="aspectFit" src="{{ data.imageUri }}" placeholder="res://local_image" width="120" height="120" [rounded]="true"></WebImage>
The app shows me the placeholder image but not the src image.
What should I do ?
Thanks.
Hi,
The plugin works on Android (device/emulator) but it doesn't show the image from
srcon iOS.nativescript:3.1.3tns-core-modules:3.1.1tns-ios:3.2.0(the same for android)angular...:4.1.3nativescript-web-image-cache:^4.2.2If you need more information about the project, let me know.
I use the markup like that :
<WebImage stretch="aspectFit" src="{{ data.imageUri }}" placeholder="res://local_image" width="120" height="120" [rounded]="true"></WebImage>The app shows me the
placeholderimage but not thesrcimage.What should I do ?
Thanks.