Francesco Lombardo

Results 5 issues of Francesco Lombardo

It seems that, in iOS, Ti.Media.cameraFlashMode is ignored when trying to record video (after inspecting the iOS titanium source code, it seems to not be considered at all) ### To...

ios

### I have searched and made sure there are no existing issues for the issue I am filing - [X] I have searched the existing issues ### Description iOS "longpress"...

ios
bug
needs triage

On iOS .imageAsResized() on image/jpeg generates a blob with mimeType image/png ``` blob = ImageFactory.compress(blob, 0.8, ImageFactory.JPEG); // now blob has mimeType image/jpeg blob = ImageFactory.imageAsResized(blob, { width: 1000, height:...

Async resizing / compression in order to not block the main thread

Add the Map.View "minClusterSize" property to the iOS module, as in Android