nativescript-camera-plus icon indicating copy to clipboard operation
nativescript-camera-plus copied to clipboard

Results 59 nativescript-camera-plus issues
Sort by recently updated
recently updated
newest added

Hey there ! Firstly, thanks for your plugin, it's pretty useful in my project :) I have an issue though, i can't manage to trigger the photoCapturedEvent event. Here is...

I wish to get like args.data._ios (tried this but not working)

Just added the plugin to my Android app and, testing with real device, as soon as I open the modal which contains the plugin, an exception is thrown: ``` ERROR...

Because the camera has such a slow start up time (a few seconds), page transitions are very delayed. Is there a way to create the camera object programmatically, so that...

Does this plugin resize the image before saving to the gallery or is it just like the `nativescript-camera` plugin and it saves to gallery first and then just returns a...

Currently you can't pass a modal page reference when opening camera plus in a modal. Thus, when you try to use the image picker it attempts to attach the image...

When I pick an image from gallery the aspect ratio is the same as the screen size (1080*1920 on an iPhone 7). This error can be tested by running the...

It appears the buttons on the camera show behind the overlay content inside the `` tags. The markup below produces the images below. You can see the icons are behind...

bug

This may be an issue with my project specifically, but it works fine on Android. I have a component that I use solely for presenting the camera and capturing an...