-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels