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 guys, looked through the posted issues. Is there any way to hook into the video / live camera video to send back to server side over say webrtc? I'm...

confirmPhotos iOS screen looks different on iPhone Xr and iPhone 6. Any wat to style it maybe? ![IMG_2939](https://user-images.githubusercontent.com/12460055/84279672-95523d80-ab36-11ea-8712-0fae46c5610f.PNG) ![IMG_5101](https://user-images.githubusercontent.com/12460055/84279688-9be0b500-ab36-11ea-900b-916fdf708e74.PNG)

I have copied the demo-ng (it wouldn't start after cloning the repo for some reason) and tried to run. Install plugin: ``` tns plugin add @nstudio/nativescript-camera-plus npm install tns run...

This error occurred while trying to take the photo and ends the application only on iOS: `Terminating app due to uncaught exception 'NativeScript encountered a fatal error: TypeError: this.takePhoto is...

When I try to take the photo using the default buttons, the photoCapturedEvent event does not work, but it does open the gallery. But in the android emulator if everything...

XCode 11.1 MacOS 10.15 Catalina When trying to run with `npm run demo.ios`, and also when trying to use this library in a current project, I get the following: ```...

iOS 13.1 ` "dependencies": { "@angular/animations": "8.2.4", "@angular/common": "8.2.4", "@angular/compiler": "8.2.4", "@angular/core": "8.2.4", "@angular/forms": "8.2.4", "@angular/http": "8.0.0-beta.10", "@angular/platform-browser": "8.2.4", "@angular/platform-browser-dynamic": "8.2.4", "@angular/router": "8.2.4", "@progress-nativechat/nativescript-nativechat": "2.0.4", "kinvey-nativescript-sdk": "4.2.3", "nativescript-accelerometer": "2.0.1", "nativescript-angular":...

Hello, I'm using CameraPlus on an iPad which is in Landscape mode (orientation.getOrientation === 'landscape'). I'm using the front camera. By default when I take a pic I need to...

We are using the camera plus control in an app and are having issues when the phone changes orientation on ios. The camera looks correct when it first loads but...

huy guys i got some problem using when i going to get take a picture this my html ` ` and this my component.ts `import {Component, OnInit, NgZone, OnDestroy} from...