nativescript-community / ui-image

Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.
Apache License 2.0
36 stars 9 forks source link

placeholderImageUri and failureImageUri do not work in angular demo #12

Open alex-m-humai opened 5 years ago

alex-m-humai commented 5 years ago

Which platform(s) does your issue occur on?

i tested on android with version 9.0

Please, provide the following version numbers that your issue occurs with:

Please, tell us how to recreate the issue in as much detail as possible.

if I try npm run demo.android then the failure image works. so i think there is only something wrong with the angular variant of the plugin. i found this issue while using your plugin in my own project with angular. there are also a lot of other things like blurRadius or that do not work in angular, but do work in the non-angular demo..