A simple yet effective widget to display an image gallery with, next, previouse and zoom which supports loading images in url, path and base64 string.
you can install the widget directly by downloading a zip file from this repo. or you can download it usign gitTio package manager using the following command
$ gittio install ti.accu.imagegallery
You can easily use the widget with the following way.
var ImageGallery = Alloy.createWidget('ti.accu.imagegallery',{
images:[
{
image:""//url, path or base64 string
type:""//image or base64
}
]
}).getView();
ImageGallery.open();
Pull request are welcome to add any new features to the widget.
Apache License, Version 2.0
- Abdullah Al-Faqeir ([email protected]) AccuSolutions LLC 2020