cordova-plugin-ckopenimage
v1.2.0
Published
This plugin is intended to show a picture from an URL into a Photo Viewer with zoom features.
Maintainers
Readme
CkOpenImage
Cordova plugin is intended to show a picture from an URL into a Photo Viewer with zoom features.
Based on Photo Viewer
How to Install
cordova plugin add cordova-plugin-ckopenimage --saveAPI
CkOpenImage.open(<URI>, [title]);Open an image
CkOpenImage.open('http://my_site.com/my_image.jpg', 'Optional Title');Usage
CkOpenImage.open('http://my_site.com/my_image.jpg', 'Optional Title');CkOpenImage.open('http://my_site.com/my_image.jpg', 'image.jpg');TODO
- add options
- add isAvailable()
