Hi!, i’ve install photo viewer native plugin in my app.
But the local image storaged in assets/img/my_image.jpg Doesn’t appear in my app
im using this:
zoom(){
this.photoViewer.show(’…/assets/imgs/my_image.jpg’);
}
what’s the problem?
I need another plugin?