Cordova plugin contacts

I am using Angular 5/Ionic 3 with Cordova-plugin-contacts and @ionic-native/contacts

I was able to get a contact’s list and display their displayName and phoneNumbers. but I couldn’t display their photos because of the img src path error:

Not allowed to load local resource: content://com.android.contacts/contacts/1/photo

Thanks in advance!