Ventsyslav Vassilev

Results 13 issues of Ventsyslav Vassilev

# Bug Report ## Problem ### What is expected to happen? camera.getPicture() to return a valid file_URI in the form of `content://media/external/images/media/2` when Camera.DestinationType = FILE_URI ### What does actually...

It seems that the library has some issues with TIFF images handling. When trying to execute the **edit-description.php** example on a TIFF file, the result is a TIFF file with...

The gps.php file within the examples has directions for adding GPS parameters to the exif data. Lat/Lng are OK, but the altitude is added with the decimal point entirely stripped:...

The extension was marked as dangerous few days ago and is now removed from the Chrome store. Any ideas?

I'm trying to use dom-to-image with a simple ExtJS (modern toolkit application), but facing a problem with the actual results - it does not include FontAwesome icons in the output:...

## Problem directoryReader.readEntries() does not return all existing entries ### What is expected to happen? To receive an array containing entries for all existing directories and files regarding of their...

As we know, the Android Bluetooth settings allow us to rename the paired Bluetooth devices. However, when i issue ```js BTPrinter.list(function(data){ console.log("Success"); console.log(data); // paired bluetooth devices array },function(err){ console.log("Error");...