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

NativeScript plugin to empower using device camera.

Results 33 nativescript-camera issues
Sort by recently updated
recently updated
newest added

### Make sure to check the demo app(s) for sample usage ### Make sure to check the existing issues in this repository ### If the demo apps cannot help and...

I insert latest nativescript-camera plugin tns 3.2.1 typescript: 2.4.2 device htc 626 ``` public takePicture() { if ( isAvailable() ){ takePicture( { width: 300, height: 300, keepAspectRatio: false, saveToGallery: true...

os: android

### Which platform(s) does your issue occur on? iOS 12.4.1 on iPhone 8 ### Please, provide the following version numbers that your issue occurs with: - CLI: 6.1.1 - Cross-platform...

needs more info

Trying with @nativescript/core 7 (7.0.0-rc.57), version of this plugin 4.5.0 I see this error in compilation due to changes in namespace in @nativescript/core ERROR in ../node_modules/nativescript-camera/camera.js Module not found: Error:...

### If the demo apps cannot help and there is no issue for your problem, tell us about it Please, ensure your title is less than 63 characters long and...

os: ios
angular

After upgrading plugin to version 5.0.3, saving picture doesn't work anymore. It has to do something with dependency @nativescript/imagepicker which is included in this version. This dependency was not included...

hi I have a problem here, I want to solve this problem, every hour and meet tomorrow and still have the same problem, maybe some of you have the same...

Hi, just want to ask if there is any chance that I can force my cameraFacing to display front camera in Android? I tried to follow the exact methods in...

**Environment** "nativescript": "^7.0.8", "@nativescript/core": "^7.0.7", "@nativescript/ios": "7.0.0", "@nativescript/camera": "^5.0.0", In a plain JS app, when taking a picture, the iOS version of the app crashes with the message " NativeScriptError:...

I had a problem with my app, where for every picture taken, the storage consumption would grow of about 5 MB, on Android 7.0 (Samsung J5). Tried debugging, to see...

help wanted
feature
good first issue