Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 261 Bytes

File metadata and controls

12 lines (7 loc) · 261 Bytes

ImageViewer

Cordova Image Viewer plugin with pinch to zoom support

Installation

cordova plugin add be.solidx.ImageViewer

Usage

ImageViewer.show('http://hostname/image.jpg')

ImageViewer.show('http://hostname/image.jpg', function(message) {...})