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 9 av.imageview issues
Sort by recently updated
recently updated
newest added

SDK 10.1.1GA iPhone iOS15.3.1 I just realized that everything is ok, except for the display of GIFs. The animation goes very fast, making the result very uncomfortable. This has never...

There is a possible crash when loading images in a very early stage of the application lifetime: ``` [ERROR] TiExceptionHandler: (main) [17,95396] /alloy/controllers/settings/index.js:367 [ERROR] TiExceptionHandler: Error: You cannot start a...

When I build with either 2.0.2 or 2.1.0 on iOS I get this error: > Building for iOS Simulator, but the linked and embedded framework 'SDWebImage.framework' was built for iOS...

I compile against 9.2.0.GA with Xcode 12.4 What am I missing? ``` [ERROR] [xcode-sim] ** ARCHIVE FAILED ** [ERROR] [xcode-sim] The following build commands failed: [ERROR] [xcode-sim] CompileC /Users/sebastianklaus/Library/Developer/Xcode/DerivedData/imageview-ios-aplbwqfnkagvdffeaslbnbbuwquc/Build/Intermediates.noindex/ArchiveIntermediates/imageview-ios/IntermediateBuildFilesPath/imageview-ios.build/Release-iphonesimulator/imageview-ios.build/Objects-normal/x86_64/AvImageviewImageViewProxy.o /Users/sebastianklaus/Downloads/av.imageview-master/ios/Classes/AvImageviewImageViewProxy.m...

I'm interested in implementing https://blurha.sh for my images while they are loading. For that, I'll need to be able to load an array of pixel colors into the image view....

Hi, I'm trying to use your module with webp images in my Alloy project, but it doesn't work. Env : ios 13.7 simulator / module v2.1.1 for ios My code...

Hi there! I'm testing this imagelink: https://upload.wikimedia.org/wikipedia/commons/e/e8/Barry_Edward_O%27Meara,_holding_a_copy_of_his_book,_A_Voice_From_St._Helena_%281822%29.jpg And it doesn't work... :/ I'm using iOS 2.0.2 module and Ti SDK 9.0.3.GA But it works 100% if I use standard ImageView....

One quick question. I love using CONTENT_MODE_FILL for cropping the images. But, is there any way to crop the images from the top? MODE_TOP (only iOS) don't do the same...

Hey @AndreaVitale! I can reproduce your performance bug now as well. What should we do?