Skip to content

keensoft/FullScreenImage-Cordova-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 es.keensoft.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

About

Show image in full screen mode with native components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages