av.imageview icon indicating copy to clipboard operation
av.imageview copied to clipboard

Titanium native ImageView module that extends the default Titanium ImageView with more capabilities and a different caching system.

Results 11 av.imageview issues
Sort by recently updated
recently updated
newest added

* small library bump * add support for local GIF files Test: ```js var avImageView = require('av.imageview'); const win = Ti.UI.createWindow(); const img = avImageView.createImageView({ top: 0, image: "https://blog.jitter.video/content/images/2021/12/Figma-animation-1.gif", height:...