com.panin.fullscreenimage

2.0.0 • Public • Published

Full Screen Image Plugin Cordova iOS/Android

Plugin to show images from cordova project and use it with native components.

Installation:

cordova plugin add https://github.com/keensoft/FullScreenImage-Cordova-Plugin.git

OR from http://plugins.cordova.io/

cordova plugin add com.panin.fullscreenimage

Usage:

Usage with your javascript code (Images should be inside www/pathOfImage): FullScreenImage.showImageURL(imageSrc);

Usage with base64 image String code: FullScreenImage.showImageBase64(base64String, name, type);

Platforms:

  • iOS ( >= iOS 6) Full Screen Image Plugin, open UIDocumentInteractionController to show image.

  • Android Full Screen Image Plugin, use Intent to open it with external Imageviewer. This plugins checks Application can use getExternalStorageDirectory

Example App

You can test the plugin fast and easy. Go to "example/" path and execute ionic project. Get started with ionic here

First execute: "ionic platform add ios" and then you can open iOS project.

Added Simple Photo Gallery using IonicFramework, loading array of Base64 images or local URL's.

Uninstall

cordova plugin remove FullScreenImage

Tested devices

iPad2 (iOS 7), iPhone 4S (iOS 7), iPhone 5 (iOS 7), Galaxy Note II (4.3)

Info

enter image description here

Contact: info@keensoft.es

Web: http://keensoft.es

Package Sidebar

Install

npm i com.panin.fullscreenimage

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

7.37 MB

Total Files

164

Last publish

Collaborators

  • ajidwip