Select Page
View Categories

Photo Viewer

< 1 min read

This plugin can display your image in full screen with the ability to pan, zoom, and share the image.

GitHub Source Code: https://github.com/sarriaroman/photoviewer


Requires Cordova plugin: 
com-sarriaroman-photoviewer


Supported Platforms #

  • Android
  • iOS

Usage #

this.photoViewer.show('https://mysite.com/path/to/image.jpg');

this.photoViewer.show('https://mysite.com/path/to/image.jpg', 'My image title', {share: false});

this.photoViewer.show('https://mysecuresite.com/path/to/image.jpg', 'My image title', {share: false, headers: '{username:foo,password:bar}'});